From 36946deeee4824f179d12850b22ed154daa52438 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Mon, 5 Feb 2018 11:11:17 -0800 Subject: [PATCH] v8 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 49814bb..0737109 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], [7], [auke-jan.h.kok@intel.com]) +AC_INIT([tallow], [8], [auke-jan.h.kok@intel.com]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_FILES([Makefile])