From 817baa493fe04f523058781716151e18bb4be2e5 Mon Sep 17 00:00:00 2001 From: "John L. Whiteman" Date: Thu, 7 May 2015 14:55:33 -0700 Subject: [PATCH] Bumped version to 4 Signed-off-by: John L. Whiteman --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1401df1..8a8c9c9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cve-check-tool], 3, [michael.i.doherty@intel.com], [cve-check-tool], [https://github.com/ikeydoherty/cve-check-tool]) +AC_INIT([cve-check-tool], 4, [michael.i.doherty@intel.com], [cve-check-tool], [https://github.com/ikeydoherty/cve-check-tool]) AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects]) AC_PROG_CC AC_PROG_CC_STDC