diff options
-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) |