summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 25510847..10602d72 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
+### 3.22.26 (GTK 3.22)
+
+ * Re-release after fixing ci
+ * ci: Use Ubuntu jammy not focal
+
### 3.22.25 (GTK 3.22)
* Translations update
- * submarine: Specify foreground color in headerba
+ * submarine: Specify foreground color in headerbar
### 3.22.24 (GTK 3.22)
diff --git a/configure.ac b/configure.ac
index bee27923..0b722da4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.53)
-AC_INIT([mate-themes], [3.22.25], [https://mate-desktop.org])
+AC_INIT([mate-themes], [3.22.26], [https://mate-desktop.org])
AC_CONFIG_SRCDIR([icon-themes])
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news])