diff options
author | raveit65 <[email protected]> | 2015-10-06 16:42:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-10-06 16:42:55 +0200 |
commit | 0174a22adea954223b289765771c059e6f9e95fd (patch) | |
tree | 14a013bca2a1211cf1bb63005bbda37c6a487616 | |
parent | 47fa0003e44132c7b83e9d21846d83c2736cfaa8 (diff) | |
download | libmateweather-0174a22adea954223b289765771c059e6f9e95fd.tar.bz2 libmateweather-0174a22adea954223b289765771c059e6f9e95fd.tar.xz |
pre-bump version to 1.11.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +1.11.0 + 1.10.0 * Bugfixes diff --git a/configure.ac b/configure.ac index 2af14a2..df9e9e4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libmateweather], [1.10.0], [http://www.mate-desktop.org]) +AC_INIT([libmateweather], [1.11.0], [http://www.mate-desktop.org]) AC_PREREQ(2.59) AC_CONFIG_HEADERS([config.h]) |