diff options
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 8 deletions
@@ -1,12 +1,16 @@ +### mate-utils 1.20.1 + + * Translations update + ### mate-utils 1.20.0 - sync with transifex - require GTK+ 3.22 and GLib 2.50 - Add screenshot support for HiDPI displays - mate-screenshot: added New button - update copyright year to 2018 - screenshot-save.c: Fix build warnings with ‘pipe’ ‘write’ and ‘read’: - add style class logview-window + * Translations update + * require GTK+ 3.22 and GLib 2.50 + * Add screenshot support for HiDPI displays + * mate-screenshot: added New button + * update copyright year to 2018 + * screenshot-save.c: Fix build warnings with ‘pipe’ ‘write’ and ‘read’: + * add style class logview-window ### mate-utils 1.19.1 diff --git a/configure.ac b/configure.ac index ecff04eb..cd09585b 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], [0]) +m4_define([mate_utils_micro], [1]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |