diff options
author | raveit65 <[email protected]> | 2017-04-20 09:12:35 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-20 09:12:35 +0200 |
commit | a79aa1ac5bd5551721f5de3c45ea29938b72c675 (patch) | |
tree | 69f78c026e5dfd5b216bca2caeb145af6af8c754 | |
parent | 6948956c9b005814c355e7edcdb36e95e3e0a812 (diff) | |
download | mate-icon-theme-a79aa1ac5bd5551721f5de3c45ea29938b72c675.tar.bz2 mate-icon-theme-a79aa1ac5bd5551721f5de3c45ea29938b72c675.tar.xz |
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +1.16.2 +------ + + * fix some broken iso flags images + 1.16.1 ------ diff --git a/configure.ac b/configure.ac index 8950093..2c230fa 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.16.1], [http://www.mate-desktop.org]) +AC_INIT([mate-icon-theme], [1.16.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]) |