diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +### mate-control-center 1.18.1 + + * Add support for switching themes on Metacity >= 3.20. + * appearance-ui: add primary-toolbar style class for toolbar in interface preview + * keyboard-properties-xkbot: avoid deprecated GtkAlignment + * theme-thumbnail: avoid deprecated GtkAlignment + ### mate-control-center 1.18.0 * NEWS: use consistent, project wide, markdown-like formatting to make diff --git a/configure.ac b/configure.ac index 6c78e9eb..cf8c8cff 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.18.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.18.1], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |