diff options
author | raveit65 <[email protected]> | 2016-04-07 00:04:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-07 00:47:45 +0200 |
commit | 7495085c012ad1ae60fdece4f8469239461b3ef4 (patch) | |
tree | d6a273c4fcfadf0b18a8c38abe6c14639609c376 | |
parent | 770081c3d9b8e2c553b7fdfb396ba76427b6d0f5 (diff) | |
download | mate-applets-7495085c012ad1ae60fdece4f8469239461b3ef4.tar.bz2 mate-applets-7495085c012ad1ae60fdece4f8469239461b3ef4.tar.xz |
release 1.14.0
-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) |