summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index c29e23e..89f5506 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,13 @@
+### mate-desktop 1.21.1
+
### mate-desktop 1.21.0
- sync with transifex
- drop ancient and unused acinclude.m4
- Add toggle for synchronizing QT_SCALE_FACTOR to GDK_SCALE_FACTOR
- Change default cursor-size to 24px
- Support background fallback on HiDPI
- mate-rr-labeler: fix font-color for dark themes
+ * sync with transifex
+ * drop ancient and unused acinclude.m4
+ * Add toggle for synchronizing QT_SCALE_FACTOR to GDK_SCALE_FACTOR
+ * Change default cursor-size to 24px
+ * Support background fallback on HiDPI
+ * mate-rr-labeler: fix font-color for dark themes
### mate-desktop 1.20.0
diff --git a/configure.ac b/configure.ac
index 3dbd1da..89975d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([mate_platform], [1])
m4_define([mate_minor], [21])
-m4_define([mate_micro], [0])
+m4_define([mate_micro], [1])
m4_define(mate_version, [mate_platform.mate_minor.mate_micro]),