diff options
author | Stefano Karapetsas <[email protected]> | 2014-03-01 12:41:07 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-03-01 12:41:07 +0100 |
commit | 079471200ad1b05952ea1bef5c65979f552134b6 (patch) | |
tree | 8bbee0e1374cf77de6c79d0888d26b3373121d5e /configure.ac | |
parent | 65f0004e586eb4e18a3c3ee265243c3b90a48c69 (diff) | |
download | mate-power-manager-079471200ad1b05952ea1bef5c65979f552134b6.tar.bz2 mate-power-manager-079471200ad1b05952ea1bef5c65979f552134b6.tar.xz |
Bump version to 1.8.0mate-power-manager-1.8.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ffb9fde..d85e690 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.7.90], [http://www.mate-desktop.org/]) +AC_INIT([mate-power-manager], [1.8.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]) |