diff options
author | monsta <[email protected]> | 2015-11-30 10:10:03 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-11-30 10:10:03 +0300 |
commit | fc0e8dd2f57a959ae108a63574afe8b938e2e86b (patch) | |
tree | 9349ff0103b17b42a3403c9bd1eff2cfee43d70f | |
parent | 53d0f2cd29a3ba3557f4ef4f2d7967c88a8a1914 (diff) | |
download | mate-desktop-1.12.tar.bz2 mate-desktop-1.12.tar.xz |
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +mate-desktop 1.12.1 + + * RR: fix crash + * Fix color select in GTK+3 + * Translations update + mate-desktop 1.12.0 * Require dconf 0.13.4 diff --git a/configure.ac b/configure.ac index dd3e9d5..fda21ad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [12]) -m4_define([mate_micro], [0]) +m4_define([mate_micro], [1]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |