From c77f2051b5cf5182cb444bea97ac066ade927dab Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 5 Apr 2016 16:19:35 +0200 Subject: release 1.14.0 --- NEWS | 3 ++- configure.ac | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 30ee88a..7d43904 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.1