summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-07 11:01:13 +0200
committerraveit65 <[email protected]>2016-04-07 11:01:13 +0200
commitdecb2c1f4e735b4b01b43e53d9e67f5b2d7e0dca (patch)
treeb90a898dd01b37afc8a56141069bd93b5d68185d
parent1bd4c393150c5a6105a09906a19e0bc48bd57965 (diff)
downloadmate-power-manager-decb2c1f4e735b4b01b43e53d9e67f5b2d7e0dca.tar.bz2
mate-power-manager-decb2c1f4e735b4b01b43e53d9e67f5b2d7e0dca.tar.xz
release 1.14.0
-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])