summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-01-30 17:17:21 +0100
committerraveit65 <[email protected]>2018-01-30 17:17:21 +0100
commitdab6502bbced250a11781b0239300af3d787b4a4 (patch)
tree224680ffdb8257feffd0f05c50d258803756764b
parent3594668ec2f0c035f1bd92536b74022bf942ef55 (diff)
downloadmate-utils-dab6502bbced250a11781b0239300af3d787b4a4.tar.bz2
mate-utils-dab6502bbced250a11781b0239300af3d787b4a4.tar.xz
release 1.20v1.20.0
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e181546c..e1f65ddc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+### 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
+
### mate-utils 1.19.1
* Translations update
diff --git a/configure.ac b/configure.ac
index d7a72c9a..ecff04eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([mate_utils_major], [1])
-m4_define([mate_utils_minor], [19])
-m4_define([mate_utils_micro], [1])
+m4_define([mate_utils_minor], [20])
+m4_define([mate_utils_micro], [0])
m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro])