diff options
author | raveit65 <[email protected]> | 2019-04-22 13:50:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-22 13:50:47 +0200 |
commit | 2daba514d214acab565834195ee6700420d30357 (patch) | |
tree | 3eeb6f5311ca655d69a929b132537c162f41d096 | |
parent | 6c80b48c161e180cdd4af2358185aa7ed6bb7263 (diff) | |
download | engrampa-2daba514d214acab565834195ee6700420d30357.tar.bz2 engrampa-2daba514d214acab565834195ee6700420d30357.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 @@ +### engrampa 1.23.0 + ### engrampa 1.22.0 * Translations update diff --git a/configure.ac b/configure.ac index 23953b6..3f25dc3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([engrampa], [1.22.0], [http://www.mate-desktop.org/]) +AC_INIT([engrampa], [1.23.0], [http://www.mate-desktop.org/]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |