diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### mate-control-center 1.18.2 + + * Translations update + * libslab: make ThemedIcon use style_updated instead of style_set + * libslab: correct icon loading code + * Restore Polish translation credits from GNOME + * about-me-password UI: set max_width_chars for description-label + ### mate-control-center 1.18.1 * Add support for switching themes on Metacity >= 3.20. diff --git a/configure.ac b/configure.ac index cf8c8cff..6438c222 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.18.1], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.18.2], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |