diff options
author | raveit65 <[email protected]> | 2017-04-20 08:01:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-20 08:01:37 +0200 |
commit | 3ec5b6993813c7a4183061775eddee5a3201517f (patch) | |
tree | 25d1970151eff86c5b7ff15f6c7e8fab27dd8d1f | |
parent | bf87d193ff3fc4c9d0946d3a550464344f1dde5b (diff) | |
download | mate-icon-theme-3ec5b6993813c7a4183061775eddee5a3201517f.tar.bz2 mate-icon-theme-3ec5b6993813c7a4183061775eddee5a3201517f.tar.xz |
pre-bump version
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +### mate-icon-theme 1.18.2 + ### mate-icon-theme 1.18.1 * add svg iso flags diff --git a/configure.ac b/configure.ac index 2e78f3f..3f25d34 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.18.1], [http://www.mate-desktop.org]) +AC_INIT([mate-icon-theme], [1.18.2], [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]) |