diff options
author | raveit65 <[email protected]> | 2017-04-03 12:16:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-03 12:16:33 +0200 |
commit | ad9f07d900cf02e7a668f952e2fbba34da67d18d (patch) | |
tree | fadfad5c0ec629a62f7b8fb7441e3eb7599b6b0c | |
parent | 19d45d0b70b9e120a3a0a84eecfc2cf614542432 (diff) | |
download | mate-icon-theme-ad9f07d900cf02e7a668f952e2fbba34da67d18d.tar.bz2 mate-icon-theme-ad9f07d900cf02e7a668f952e2fbba34da67d18d.tar.xz |
release 1.16.1v1.16.1
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +1.16.1 +------ + + * Translations update + * add svg iso flags + 1.16.0 ------ diff --git a/configure.ac b/configure.ac index 3250187..8950093 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.0], [http://www.mate-desktop.org]) +AC_INIT([mate-icon-theme], [1.16.1], [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]) |