diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-27 23:28:33 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-27 23:28:33 +0100 |
commit | bc1cd55d32d8cf4815a1403ba16a542adfb198ae (patch) | |
tree | b736a7fdc17e41b0cc4c71ac19afd57c5f3ec0b0 | |
parent | 4d225a6ddea89b82882900f502f471a393ca9298 (diff) | |
download | mate-themes-bc1cd55d32d8cf4815a1403ba16a542adfb198ae.tar.bz2 mate-themes-bc1cd55d32d8cf4815a1403ba16a542adfb198ae.tar.xz |
Gtk+-3.16: use gtk+ version schema and pre-bump version to 3.16.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -1.13.0 (GTK 3.16) +3.16.0 (GTK 3.16) 1.12.2 (GTK 3.16) diff --git a/configure.ac b/configure.ac index 7b49560e..0a6c29e4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [1.13.0], [https://github.com/mate-desktop/mate-themes/issues], [mate-themes-gtk3.16], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [3.16.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]) |