diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### mate-desktop 1.19.1 + + * Translations update + * drop MateAboutDialog + * mate-about: remove remains of libunique references + * mate-about: switch to GtkAboutDialog + * gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: + ### mate-desktop 1.19.0 * Translations update diff --git a/configure.ac b/configure.ac index 0c65738..fed11a9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [19]) -m4_define([mate_micro], [0]) +m4_define([mate_micro], [1]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |