summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-10-25 17:48:38 +0300
committermonsta <[email protected]>2017-10-25 17:48:38 +0300
commitb2f2d4dd0546d7373464d2d8fe699e407b283b29 (patch)
tree6b73701afec6b23a974ee5d0f7cbbc550dbd1e64
parent5b3f3a39cf70526ba125bc1620c0b5b982dc15cb (diff)
downloadmate-utils-b2f2d4dd0546d7373464d2d8fe699e407b283b29.tar.bz2
mate-utils-b2f2d4dd0546d7373464d2d8fe699e407b283b29.tar.xz
release 1.18.3v1.18.31.18
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e3920e9a..210dd368 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+### mate-utils 1.18.3
+
+ * baobab: make zoom with mousewheel work on chart
+ * baobab: various UI fixes
+ * screenshot: remove some buggy code to fix possible crash
+ * baobab/logview/dictionary: add our copyright to About dialog
+ * Translations update
+
### mate-utils 1.18.2
* Translations update
diff --git a/configure.ac b/configure.ac
index 00cc9a26..ca0e7afa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([mate_utils_major], [1])
m4_define([mate_utils_minor], [18])
-m4_define([mate_utils_micro], [2])
+m4_define([mate_utils_micro], [3])
m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro])