summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8747948..d485486 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-Version 1.13.0
+Version 1.14.0
~~~~~~~~~~~~~~
-Released: 2016-01-26
+Released: 2016-04-07
* News:
- Drop MateConf migration script
@@ -8,6 +8,7 @@ Released: 2016-01-26
- GTK+3: fix deprecations in brightness applet
- Some more fixes and cleanups
- Translations update
+ - Fix Changelog generation
Version 1.12.1
~~~~~~~~~~~~~~
diff --git a/configure.ac b/configure.ac
index 3690455..ba6da1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
-AC_INIT([mate-power-manager], [1.13.0], [http://www.mate-desktop.org/])
+AC_INIT([mate-power-manager], [1.14.0], [http://www.mate-desktop.org/])
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news tar-ustar])
AC_CONFIG_HEADERS([config.h])