summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])