diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Major changes in 3.8.0 are: +Major changes in 1.9.1 (GTK 3.8) are: * bump version to reflect GTK3 version * update traditional themes to clearlook-phenix version 4 (GTK3-3.8) * Import Crux Metacity theme and rename it to Quid diff --git a/configure.ac b/configure.ac index 0182c2cd..6cc20c74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.8.0], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [1.9.1], [https://github.com/mate-desktop/mate-themes/issues], [mate-themes-gtk3.8], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |