diff options
author | raveit65 <[email protected]> | 2016-04-05 16:19:35 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-05 16:19:35 +0200 |
commit | c77f2051b5cf5182cb444bea97ac066ade927dab (patch) | |
tree | 1f4137fdc0ebfbba041c7a16e9a43f7b2f9ca2fc | |
parent | ab5f65d27c191ac2bb4152efc55af4b59d9c1e47 (diff) | |
download | mate-notification-daemon-c77f2051b5cf5182cb444bea97ac066ade927dab.tar.bz2 mate-notification-daemon-c77f2051b5cf5182cb444bea97ac066ade927dab.tar.xz |
release 1.14.0
-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]) |