diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-20 15:13:40 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-20 15:13:40 +0200 |
commit | e6035e744c7264b4ebde4b28989b942c9cbebcb8 (patch) | |
tree | 59c9b22eb36f8610eb7541c8fbf0e159602b2692 | |
parent | 3fc43dd718529eaee3d9f0f046e7810e56c6b0aa (diff) | |
download | mate-themes-e6035e744c7264b4ebde4b28989b942c9cbebcb8.tar.bz2 mate-themes-e6035e744c7264b4ebde4b28989b942c9cbebcb8.tar.xz |
Bump version to 1.7.0mate-themes-1.7.0
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b02152ae..aba5ebb8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [1.6.1], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [1.7.0], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) -AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz]) +AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip]) # Enable silent build rules by default, requires at least # Automake-1.11. Disable by either passing --disable-silent-rules to |