diff options
author | raveit65 <[email protected]> | 2019-02-23 16:02:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-23 16:02:55 +0100 |
commit | b66e6b66e3d8bb319e13e883694e9d9de61a95fc (patch) | |
tree | 7cc76e311f6ec63ba3b0cd810f9e171c0ca40407 | |
parent | 7685bea422a14e75a8feaae503763a5dae0c68c9 (diff) | |
download | mate-icon-theme-b66e6b66e3d8bb319e13e883694e9d9de61a95fc.tar.bz2 mate-icon-theme-b66e6b66e3d8bb319e13e883694e9d9de61a95fc.tar.xz |
release 1.22.0v1.22.0
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +### mate-icon-theme 1.22.0 + + * Translations update + * Initialize Travis CI support + ### mate-icon-theme 1.21.1 * Translations update diff --git a/configure.ac b/configure.ac index 9aa8d05..9d0233f 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.21.1], [http://www.mate-desktop.org]) +AC_INIT([mate-icon-theme], [1.22.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]) |