summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index 26b4792..f738d52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-mate-desktop 1.9.4
+mate-desktop 1.9.90
* Turn MateRRScreen, GnomeRRConfig and GnomeOutputInfo into a GObject.
Thanks to monsta for helping to test this.
@@ -6,22 +6,10 @@ mate-desktop 1.9.4
* Many RANDR fixes
* interface: add automatic-mnemonics key for Gtk xsetting
* use GDK_WINDOW_XID for inter-GTK compatibility
-
-mate-desktop 1.9.3
-
* Updated mpaste for website change
-
-mate-desktop 1.9.2
-
* Added org.mate.debug GSettings schema
-
-mate-desktop 1.9.1
-
* Added MateColorButton class to have traditional color selection
dialog with GTK3
-
-mate-desktop 1.9.0
-
* Removed desktop-docs
* Removed user guide
* Removed libunique optional dependency
diff --git a/configure.ac b/configure.ac
index 109936c..29fb23d 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], [4])
+m4_define([mate_micro], [90])
m4_define(mate_version, [mate_platform.mate_minor.mate_micro]),