diff options
author | lukefromdc <[email protected]> | 2024-04-08 20:38:32 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-04-08 20:38:32 -0400 |
commit | 5075a957adfa2e3380cac81cac51e44b8384087e (patch) | |
tree | 7b43993fac3a0374b0081024f23221ed356119f9 | |
parent | 4b3918ae0d1a9c20fb29fa51f217a95601ef2f2d (diff) | |
download | mate-themes-5075a957adfa2e3380cac81cac51e44b8384087e.tar.bz2 mate-themes-5075a957adfa2e3380cac81cac51e44b8384087e.tar.xz |
Release 3.22.26v3.22.26
-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]) |