summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-05 16:19:35 +0200
committerraveit65 <[email protected]>2016-04-05 16:19:35 +0200
commitc77f2051b5cf5182cb444bea97ac066ade927dab (patch)
tree1f4137fdc0ebfbba041c7a16e9a43f7b2f9ca2fc
parentab5f65d27c191ac2bb4152efc55af4b59d9c1e47 (diff)
downloadmate-notification-daemon-c77f2051b5cf5182cb444bea97ac066ade927dab.tar.bz2
mate-notification-daemon-c77f2051b5cf5182cb444bea97ac066ade927dab.tar.xz
release 1.14.0
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
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])