diff options
author | Monsta <[email protected]> | 2015-07-21 11:43:54 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-07-21 11:43:54 +0300 |
commit | 614652102ebe2a631d51dd4356106c9921c5a142 (patch) | |
tree | 1fd50d983586f07fadd7ca64c4adc662241f959f | |
parent | c2434241b4e6742177c489ecaccf33f4b67b0501 (diff) | |
download | mozo-1.10.1.tar.bz2 mozo-1.10.1.tar.xz |
Bump version to 1.10.1mozo-1.10.11.10
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +1.10.1 + + * Fix wrong highlighting while moving menu items + when separators are present. + * Remove deprecated GTK properties + * Fix help link + 1.10.0 * Translations update diff --git a/configure.ac b/configure.ac index cfb9017..086629c 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.0, http://www.mate-desktop.org) +AC_INIT(mozo, 1.10.1, http://www.mate-desktop.org) AC_CONFIG_SRCDIR(mozo.in) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.7 dist-xz no-dist-gzip check-news]) |