diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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]), |