From 73736adbfd6ff9d631a5d3660211894208a61e4c Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Fri, 6 Dec 2019 18:24:29 +0100 Subject: [PATCH] Bump version for v2.1 release cycle The changes in the timer handling are quite extensive, so we cannot in good conscience call this a patch release. Signed-off-by: Joachim Nilsson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3349105..a35f029 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -AC_INIT([sysklogd], [2.0.3], [https://github.com/troglobit/sysklogd/issues],, +AC_INIT([sysklogd], [2.1-dev], [https://github.com/troglobit/sysklogd/issues],, [https://github.com/troglobit/sysklogd]) AM_INIT_AUTOMAKE([1.11 foreign subdir-objects]) LT_INIT([pic-only])