diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +3.20.11 (GTK 3.20) + + Translations update + GTK+-3.20 all themes: add background-image to the ruberband style class + GTK+-3 Submarine themes: fix jumping pathbar toggle button + GTK+-3.20 TOK themes: improvements for GtkNotebook + GTK+-3.20 GreenLaguna: improvements for GtkNotebook + GTK+-3.20 Menta themes: GtkNotebook improvements + GTK+-3.20 Submarine themes: GtkNotebook improvements and more + GTK+-3.20 TOK themes: fix tabs in mate-terminal + GTK+-3.20 Menta themes: fix tabs in mate-terminal + 3.20.10 (GTK 3.20) Translations update diff --git a/configure.ac b/configure.ac index c936981c..11b73df4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.20.10], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [3.20.11], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |