From e24213aeb623baa2cc9bd6a7c69ac70598ef39c3 Mon Sep 17 00:00:00 2001 From: xHire Date: Mon, 6 Nov 2017 11:12:59 +0100 Subject: [PATCH] Bump version to 0.2.1.99 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 35ea369..2b1f17e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # This file uses AC_CONFIG_MACRO_DIR, so we need Autoconf 2.58 or better. AC_PREREQ([2.58]) -AC_INIT([WrapSix], [0.2.0], [xhire@wrapsix.org], [wrapsix], [https://www.wrapsix.org/]) +AC_INIT([WrapSix], [0.2.1.99], [xhire@wrapsix.org], [wrapsix], [https://www.wrapsix.org/]) AM_INIT_AUTOMAKE([-Wall -Werror]) # prevent automatic adding of "-g -O2" to CFLAGS