diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ * GTK+3: fix several deprecations * Some more fixes and cleanups * Translations update + * Fix Changelog generation 1.12.1 * Display: fix crash due to regression diff --git a/configure.ac b/configure.ac index 44436f22..790737a4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.13.3], [htts://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.14.0], [htts://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |