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 /configure.ac | |
parent | c2434241b4e6742177c489ecaccf33f4b67b0501 (diff) | |
download | mozo-614652102ebe2a631d51dd4356106c9921c5a142.tar.bz2 mozo-614652102ebe2a631d51dd4356106c9921c5a142.tar.xz |
Bump version to 1.10.1mozo-1.10.11.10
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |