diff options
author | Stefano Karapetsas <[email protected]> | 2015-01-20 22:58:26 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-01-20 22:58:26 +0100 |
commit | 44c02a163351beb2f48dae480954913615f903fd (patch) | |
tree | 8e467bfc68f4b6ef0192eb4eda5e526455ecd02c | |
parent | 8bbddca81161d88b6fa5d9feb1fc1af0846cc692 (diff) | |
download | mate-power-manager-44c02a163351beb2f48dae480954913615f903fd.tar.bz2 mate-power-manager-44c02a163351beb2f48dae480954913615f903fd.tar.xz |
Bump version to 1.9.1
-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.0 +Version 1.9.1 ~~~~~~~~~~~~~ -Released: 2014-10-24 +Released: 2015-01-20 * News: - Add support for UPower 0.99 diff --git a/configure.ac b/configure.ac index 041938b..d62dacc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.9.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-power-manager], [1.9.1], [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]) |