summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f738d52..c51a64c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-mate-desktop 1.9.90
+mate-desktop 1.10.0
* Turn MateRRScreen, GnomeRRConfig and GnomeOutputInfo into a GObject.
Thanks to monsta for helping to test this.
diff --git a/configure.ac b/configure.ac
index 29fb23d..07f2027 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([mate_platform], [1])
-m4_define([mate_minor], [9])
-m4_define([mate_micro], [90])
+m4_define([mate_minor], [10])
+m4_define([mate_micro], [0])
m4_define(mate_version, [mate_platform.mate_minor.mate_micro]),