summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 504a6ba9..08d769b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+### mate-utils 1.18.1
+
+ * screenshot: don't translate the timestamp in the filename
+ * mate-dictionary: include correct header to fix occasional FTBFS
+ * Translations update
+
### mate-utils 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting
diff --git a/configure.ac b/configure.ac
index f72de9c6..9bea4a6e 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], [0])
+m4_define([mate_utils_micro], [1])
m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro])