diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -1.13.0 +1.14.0 * Drop MateConf migration script * GTK+3: explicitly wrap notification text at 50 characters * GTK+3: stop reversing fg/bg colors in slider theme (use colors @@ -6,6 +6,7 @@ * GTK+3: some more fixes for slider theme * GTK+3: some deprecation fixes * Translations update + * Add Changelog generation 1.12.1 * Fix crash due to regression diff --git a/configure.ac b/configure.ac index 7a54db3..15f6921 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure. dnl ################################################################ dnl # Initialize autoconf dnl ################################################################ -AC_INIT([mate-notification-daemon], [1.13.0], [http://www.mate-desktop.org]) +AC_INIT([mate-notification-daemon], [1.14.0], [http://www.mate-desktop.org]) AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) |