diff options
author | Stefano Karapetsas <[email protected]> | 2015-05-20 21:24:02 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-05-20 21:24:02 +0200 |
commit | 0a4f47b5ca7196d984c16d6ba5f8558849452bae (patch) | |
tree | ce8e386e474827eddc8e0a5429a25eaa3bc1fc46 | |
parent | 0c615b84d05c9138f1f067f0f74b06a6b29e819f (diff) | |
download | mozo-0a4f47b5ca7196d984c16d6ba5f8558849452bae.tar.bz2 mozo-0a4f47b5ca7196d984c16d6ba5f8558849452bae.tar.xz |
Bump version to 1.10.0mozo-1.10.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1.10.0 + + * Translations update + 1.8.0 * Tarball renamed to mozo diff --git a/configure.ac b/configure.ac index 6526fe5..cfb9017 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.8.0, http://www.mate-desktop.org) +AC_INIT(mozo, 1.10.0, 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]) |