diff options
-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]) |