summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2015-05-20 21:24:02 +0200
committerStefano Karapetsas <[email protected]>2015-05-20 21:24:02 +0200
commit0a4f47b5ca7196d984c16d6ba5f8558849452bae (patch)
treece8e386e474827eddc8e0a5429a25eaa3bc1fc46
parent0c615b84d05c9138f1f067f0f74b06a6b29e819f (diff)
downloadmozo-0a4f47b5ca7196d984c16d6ba5f8558849452bae.tar.bz2
mozo-0a4f47b5ca7196d984c16d6ba5f8558849452bae.tar.xz
Bump version to 1.10.0mozo-1.10.0
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5f2c1d4..7b26715 100644
--- a/NEWS
+++ b/NEWS
@@ -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])