diff options
author | Stefano Karapetsas <[email protected]> | 2014-05-03 00:39:39 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-05-03 00:39:39 +0200 |
commit | 91d7896f5a772cc9d5f5a41107999716915fc30b (patch) | |
tree | d6eac0f10f3c588d2370ecb3b0d4a57c49fd4c32 | |
parent | 2c0695438d3b7acf0e1bc7c93ade1f21a4556293 (diff) | |
download | mate-themes-91d7896f5a772cc9d5f5a41107999716915fc30b.tar.bz2 mate-themes-91d7896f5a772cc9d5f5a41107999716915fc30b.tar.xz |
Bump version to 1.9.0
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +1.9.0 + * BlueMenta: Add GTK 3.12 support + 1.8.0 * Import Crux Metacity theme and rename it to Quid * Add BlueMenta theme diff --git a/configure.ac b/configure.ac index 3385fed3..3edd3a91 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [1.8.0], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [1.9.0], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |