diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -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]) |