summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-05-22 17:51:46 +0300
committermonsta <[email protected]>2018-05-22 17:51:46 +0300
commitbe99b8c652624c61eef99cd99c5c241b6aaa7d27 (patch)
tree4082846a49eae316c51d587843e4027f3131adb6
parent7b5f72ca61e6462233d0ef33b258264410654f0c (diff)
downloadmate-desktop-1.18.tar.bz2
mate-desktop-1.18.tar.xz
release 1.18.1v1.18.11.18
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c6d24d3..4572f89 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+### mate-desktop 1.18.1
+
+ * Fix broken fallback cursor in mate-color-select
+ * Correct little imprecision in man mate-about
+ * mate-rr-labeler: fix font-color for dark themes
+
### mate-desktop 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting to make
diff --git a/configure.ac b/configure.ac
index 317b839..bcd6f8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([mate_platform], [1])
m4_define([mate_minor], [18])
-m4_define([mate_micro], [0])
+m4_define([mate_micro], [1])
m4_define(mate_version, [mate_platform.mate_minor.mate_micro]),