diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-27 23:30:39 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-27 23:30:39 +0100 |
commit | 9c7c8261f4a7b96950899c7d8e0fd967669d5e1c (patch) | |
tree | 85a8bbce545768a3ca7b60ed61170aa4b765d642 /configure.ac | |
parent | be2b7415890225d5e50c125aa7bd5c3cd6dbcc84 (diff) | |
download | mate-themes-9c7c8261f4a7b96950899c7d8e0fd967669d5e1c.tar.bz2 mate-themes-9c7c8261f4a7b96950899c7d8e0fd967669d5e1c.tar.xz |
Gtk+-3.14: use gtk+ version schema and pre-bump version to 3.14.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0900f463..51f834a4 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.14], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [3.14.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]) |