diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -11,6 +11,7 @@ Changes in MATE-Applets 1.14.0 - GTK+3: fix several deprecations - Some more fixes and cleanups - Translations update + - Fix Changelog generation Changes in MATE-Applets 1.12.1 ============================== diff --git a/configure.ac b/configure.ac index 0f19aee9..aba2ae53 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.13.1) +AC_INIT(mate-applets, 1.14.0) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |