diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +1.15.0 + + * Translations update + * Change default hinting style of 'Subpixel smoothing' mode to slight + * Render hinting samples using ANTIALIAS_RGBA + * add style class appearance-window + 1.14.0 * Drop MateConf migration script * Drop "Ubuntu hacks" (--enable-ubuntu build option) as Ubuntu diff --git a/configure.ac b/configure.ac index 790737a4..cb5567b2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.14.0], [htts://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.15.0], [htts://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |