From 8a05303802e477a46af7313d10bf4d13f32ff126 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Wed, 17 May 2017 17:18:01 -0700 Subject: [PATCH] v5 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8c7f7ef..7efcfcb 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([tallow], [4], [auke-jan.h.kok@intel.com]) +AC_INIT([tallow], [5], [auke-jan.h.kok@intel.com]) AM_INIT_AUTOMAKE([]) AC_CONFIG_FILES([Makefile])