summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-08-27 15:27:56 +0200
committerraveit65 <[email protected]>2018-08-27 15:27:56 +0200
commitf675d0330e34108df4d35dca274683b58de70920 (patch)
tree0323e0e18217e865b04730312cffcc029c33494e
parent0b769148a8ecf5223ccb07f9924109718e1d3a24 (diff)
downloadmate-desktop-f675d0330e34108df4d35dca274683b58de70920.tar.bz2
mate-desktop-f675d0330e34108df4d35dca274683b58de70920.tar.xz
pre-bump version
-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]),