diff options
author | raveit65 <[email protected]> | 2018-12-25 20:17:36 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-26 09:58:05 +0100 |
commit | a26267c248d9d50c594d26cb2bbb745a7f88b32a (patch) | |
tree | cf4c3ae5e1bdc5473d1958392f53f7f54299d5f6 | |
parent | 98499a0ad10b5ee92bd838b686d0d26326e2236a (diff) | |
download | mate-utils-a26267c248d9d50c594d26cb2bbb745a7f88b32a.tar.bz2 mate-utils-a26267c248d9d50c594d26cb2bbb745a7f88b32a.tar.xz |
release 1.20.2v1.20.2
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +### mate-utils 1.20.2 + + * Translations update + * disable deprecation warnings for distcheck + * Use make functions for HELP_LINGUAS + * Replace -Dokumentationsprojekt with Documentation Project + * Fix spelling and grammar mistakes + * Update Catalan sceenshots of mate-dictionary + * Add Catalan screenshots + * add mate-dictionary help to transifex + * add mate-system-log help to transifex + * add mate-search-tool help to transifex + * add mate-disk-usage-analyzer to transifex + ### mate-utils 1.20.1 * Translations update diff --git a/configure.ac b/configure.ac index cd09585b..d0e082d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_utils_major], [1]) m4_define([mate_utils_minor], [20]) -m4_define([mate_utils_micro], [1]) +m4_define([mate_utils_micro], [2]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |