diff options
author | raveit65 <[email protected]> | 2019-04-23 15:35:14 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-23 15:35:14 +0200 |
commit | f92722cb2e3aa3ff6e57f37b0981ce05d00d705f (patch) | |
tree | 9af63c706e788484da1695be58b578add17d25b4 | |
parent | 462236de4880516615896e8e7021ce716655aacf (diff) | |
download | mozo-f92722cb2e3aa3ff6e57f37b0981ce05d00d705f.tar.bz2 mozo-f92722cb2e3aa3ff6e57f37b0981ce05d00d705f.tar.xz |
pre-bump version
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +### mozo 1.23.0 + ### mozo 1.22.0 * Translations update diff --git a/configure.ac b/configure.ac index ca03791..f9f3c86 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.22.0, http://www.mate-desktop.org) +AC_INIT(mozo, 1.23.0, http://www.mate-desktop.org) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR(mozo.in) AC_CONFIG_HEADERS([config.h]) |