diff options
author | Stefano Karapetsas <[email protected]> | 2014-03-01 10:43:36 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-03-01 10:43:36 +0100 |
commit | c96a6cc3fe581a49f3a20940cd228bb1440c8e99 (patch) | |
tree | 7d5957a4f76e430ec09141852bd94e587cb0752e /configure.ac | |
parent | 9935cd08078b277847c134caa51e2a6da9633464 (diff) | |
download | mate-icon-theme-c96a6cc3fe581a49f3a20940cd228bb1440c8e99.tar.bz2 mate-icon-theme-c96a6cc3fe581a49f3a20940cd228bb1440c8e99.tar.xz |
Bump version to 1.8.0mate-icon-theme-1.8.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 d09e2b6..5d19aa9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT([mate-icon-theme], [1.7.90], [http://www.mate-desktop.org]) +AC_INIT([mate-icon-theme], [1.8.0], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([index.theme.in.in]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip foreign check-news]) |