diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +1.13.2 + * fix more deprecations and warnings + 1.13.1 * common: fix build warnings about incorrect pointer types * Gtk+-3: fix some deprecations diff --git a/configure.ac b/configure.ac index 04efc487..0d99e5a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.13.1], [htts://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.13.2], [htts://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |