diff options
author | raveit65 <[email protected]> | 2015-10-06 19:25:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-10-06 19:25:31 +0200 |
commit | 8975fd1c7d413c5463b0b3ac33c04242b36781f8 (patch) | |
tree | 12693bfc6efadf36943102034a55803afc77cd96 | |
parent | f345f330ca30e99e7aaf8461d3710cc5eafd290a (diff) | |
download | mozo-8975fd1c7d413c5463b0b3ac33c04242b36781f8.tar.bz2 mozo-8975fd1c7d413c5463b0b3ac33c04242b36781f8.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.1 * Fix wrong highlighting while moving menu items diff --git a/configure.ac b/configure.ac index 34003b2..b851b09 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Mode: autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT(mozo, 1.10.1, http://www.mate-desktop.org) +AC_INIT(mozo, 1.11.0, http://www.mate-desktop.org) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR(mozo.in) AC_CONFIG_HEADERS([config.h]) |