diff options
author | raveit65 <[email protected]> | 2018-06-19 13:59:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-06-19 13:59:19 +0200 |
commit | 38a70a521e0415c60fe383654e037162f249e58c (patch) | |
tree | f43a9776ec4820dc51828c2c9a7a6e0b7dada3e6 | |
parent | 4737e002b884a395d8bb29b967785466983d9248 (diff) | |
download | mozo-38a70a521e0415c60fe383654e037162f249e58c.tar.bz2 mozo-38a70a521e0415c60fe383654e037162f249e58c.tar.xz |
update to 1.20.1v1.20.1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +### mozo 1.20.1 + + * Translations update + ### mozo 1.20.0 * Translations update diff --git a/configure.ac b/configure.ac index 8348533..95ebbdc 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.20.0, http://www.mate-desktop.org) +AC_INIT(mozo, 1.20.1, http://www.mate-desktop.org) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR(mozo.in) AC_CONFIG_HEADERS([config.h]) |