From e7df737bf7abcd1f806bf1788aa55d1f8f345969 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 13 Jun 2018 09:29:59 +0200 Subject: pre-bump version --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 297cd50..117c76b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +### eom 1.20.1 + ### eom 1.20.0 * Translations update diff --git a/configure.ac b/configure.ac index b3fab2c..cffdc6a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.59) AC_CONFIG_MACRO_DIR([m4]) m4_define(eom_major_version, 1) -m4_define(eom_minor_version, 20) +m4_define(eom_minor_version, 21) m4_define(eom_micro_version, 0) m4_define(eom_version, eom_major_version.eom_minor_version.eom_micro_version) -- cgit v1.2.1