From a26267c248d9d50c594d26cb2bbb745a7f88b32a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 25 Dec 2018 20:17:36 +0100 Subject: release 1.20.2 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 716ef2cb..2ec1bf84 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.1