summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 56342c4..d898af4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+mate-desktop 1.9.2
+
+ * Added org.mate.debug GSettings schema
+
mate-desktop 1.9.1
* Added MateColorButton class to have traditional color selection
diff --git a/configure.ac b/configure.ac
index a6d8ba9..fc0daf5 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], [1])
+m4_define([mate_micro], [2])
m4_define(mate_version, [mate_platform.mate_minor.mate_micro]),