diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-18 21:50:26 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-18 21:50:26 +0100 |
commit | 97111fcf9790af137f3be7c3fa67ee3bed1b1691 (patch) | |
tree | 646ec13b30af3d229155a864f123a9e45ce3c7be | |
parent | 4686ddac3a399434d6b9c52b72ecff329507681c (diff) | |
download | mate-power-manager-97111fcf9790af137f3be7c3fa67ee3bed1b1691.tar.bz2 mate-power-manager-97111fcf9790af137f3be7c3fa67ee3bed1b1691.tar.xz |
Bump version to 1.7.90
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -Version 1.7.x -~~~~~~~~~~~~~ +Version 1.7.90 +~~~~~~~~~~~~~~ Released: 2014-02-18 * News: diff --git a/configure.ac b/configure.ac index 4231898..946f601 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.7.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-power-manager], [1.7.90], [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news]) AC_CONFIG_HEADERS([config.h]) |