diff options
author | Stefano Karapetsas <[email protected]> | 2014-07-12 10:55:48 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-07-12 10:55:48 +0200 |
commit | 8a01e860a60e2254cbd8e5a8b57de1ec5602adf0 (patch) | |
tree | 1bf4fe9cde746e093e28aca64c1933489555b26c | |
parent | b4069f02f08a901f23210b9c104e7562b3fde2a7 (diff) | |
download | mate-desktop-8a01e860a60e2254cbd8e5a8b57de1ec5602adf0.tar.bz2 mate-desktop-8a01e860a60e2254cbd8e5a8b57de1ec5602adf0.tar.xz |
Bump version to 1.9.2
-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]), |