diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 2 deletions
@@ -1,6 +1,17 @@ +### mate-notification-daemon 1.23.2 + + * Translations update + * gettext: Fix locale dir + * Update copyright to 2020 + * pull fixed galician translation from transifex + * migrate from intltools to gettext + * Use gresources for UI files + * avoid redundant redeclarations + * ci: set maximum compile warnings on step scan-build ./configure + ### mate-utils 1.23.1 - * Translations updateex + * Translations update * Add MATE Disk Image Mounter utility * WARN_CFLAGS makes MAINTAINER_CFLAGS obsolete for now * Use MATE_DEBUG_CHECK for setting compiler debug flags diff --git a/configure.ac b/configure.ac index 475d6b49..0a5ff7da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_utils_major], [1]) m4_define([mate_utils_minor], [23]) -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]) |