diff options
author | raveit65 <[email protected]> | 2018-12-20 11:21:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-20 11:21:42 +0100 |
commit | b721d905de466eb0859487a1a8d06c7057e9a100 (patch) | |
tree | f04b5502f2ed23aebd23ccb72a9a218ac24363c5 | |
parent | 533e3dd4c49b573ad1275b3febd470ecc9613e19 (diff) | |
download | mate-icon-theme-1.20.tar.bz2 mate-icon-theme-1.20.tar.xz |
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,12 @@ +### mate-icon-theme 1.20.3 + + * Translations update + * Add video single and joined display symbolic svg icons + * symlink input-touchpad.svg icon + ### mate-icon-theme 1.20.2 - * sync with transifex + * Translations update * add a symlink for bluetooth icon * add icons for touchpad diff --git a/configure.ac b/configure.ac index 700f347..cd0a37b 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.20.2], [http://www.mate-desktop.org]) +AC_INIT([mate-icon-theme], [1.20.3], [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]) |