diff options
author | Stefano Karapetsas <[email protected]> | 2015-05-04 17:46:09 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-05-04 17:46:09 +0200 |
commit | b13fdb1bc25e62d20d068bf9293880d64cb899a5 (patch) | |
tree | 8218225622b28036dc46edc02ed05d5fa4d82ccf | |
parent | c005217966cbe610fe25639dd9faa5a6e0a2cea2 (diff) | |
download | mate-power-manager-b13fdb1bc25e62d20d068bf9293880d64cb899a5.tar.bz2 mate-power-manager-b13fdb1bc25e62d20d068bf9293880d64cb899a5.tar.xz |
Bump version to 1.10.0mate-power-manager-1.10.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -Version 1.9.90 +Version 1.10.0 ~~~~~~~~~~~~~~ -Released: 2015-04-24 +Released: 2015-05-04 * News: - Add support for UPower 0.99 diff --git a/configure.ac b/configure.ac index 830f991..4cd97aa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.9.90], [http://www.mate-desktop.org/]) +AC_INIT([mate-power-manager], [1.10.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]) |