summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-10-06 19:25:31 +0200
committerraveit65 <[email protected]>2015-10-06 19:25:31 +0200
commit8975fd1c7d413c5463b0b3ac33c04242b36781f8 (patch)
tree12693bfc6efadf36943102034a55803afc77cd96
parentf345f330ca30e99e7aaf8461d3710cc5eafd290a (diff)
downloadmozo-8975fd1c7d413c5463b0b3ac33c04242b36781f8.tar.bz2
mozo-8975fd1c7d413c5463b0b3ac33c04242b36781f8.tar.xz
pre-bump version to 1.11.0
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 60b9b2a..9d6335f 100644
--- a/NEWS
+++ b/NEWS
@@ -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])