diff options
author | Stefano Karapetsas <[email protected]> | 2014-03-01 13:27:56 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-03-01 13:27:56 +0100 |
commit | 22746bb182915f1e91a663c603051e41ce539ed8 (patch) | |
tree | 9dd694f0cf82458e3062b70644241aa305c3935d | |
parent | 4a9398929b9880a1faa5fa6aa5544ed142ac2b18 (diff) | |
download | mate-applets-22746bb182915f1e91a663c603051e41ce539ed8.tar.bz2 mate-applets-22746bb182915f1e91a663c603051e41ce539ed8.tar.xz |
Bump version to 1.8.0mate-applets-1.8.0
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ -Changes in MATE-applets 1.7.90 +Changes in MATE-Applets 1.8.0 +============================= General: - Move from mate-doc-utils to yelp-tools. diff --git a/configure.ac b/configure.ac index f0d36605..22a103d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.7.90) +AC_INIT(mate-applets, 1.8.0) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |