From 6add14a3142e6425f4f2c3874ffcba7502775c2e Mon Sep 17 00:00:00 2001 From: Neil Cook Date: Tue, 16 Apr 2019 10:12:55 +0100 Subject: [PATCH] Set version 2.0.1 and tagged as v2.0.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 00b9a6f9..c2fafb22 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wforce], [2.0.0]) +AC_INIT([wforce], [2.0.1]) AM_INIT_AUTOMAKE([foreign dist-bzip2 parallel-tests 1.11 subdir-objects]) AM_SILENT_RULES([yes]) AC_CONFIG_MACRO_DIR([m4])