diff options
author | Martin Wimpress <[email protected]> | 2017-04-05 21:41:18 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2017-04-05 21:41:18 +0100 |
commit | 10746e07865ef2fd5d22635186a44fa97c384a6b (patch) | |
tree | dbb6389b92125d63bfc40621a5bc59c17bda93c3 | |
parent | 3d1ce6544c43331dc9a2435b5dea39e5b3a7a8ba (diff) | |
download | mate-control-center-1.18.1.tar.bz2 mate-control-center-1.18.1.tar.xz |
Bump version to 1.18.1v1.18.1
-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]) |