From 54eb66423c60135f51acd2da7ed3f57cbd4dd29e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 19 Jun 2018 13:26:34 +0200 Subject: update to 1.20.1 --- NEWS | 18 +++++++++++------- configure.ac | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index e1f65ddc..716ef2cb 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.1