From 5dfb9821e328920b871f205285e9040ea20ad63d Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Mon, 4 Nov 2019 14:18:38 -0800 Subject: [PATCH] v19 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 624019e..77730d6 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], [18], [auke-jan.h.kok@intel.com]) +AC_INIT([tallow], [19], [auke-jan.h.kok@intel.com]) AM_INIT_AUTOMAKE([foreign -Wall -Werror -Wno-portability silent-rules subdir-objects color-tests no-dist-gzip dist-xz]) AC_CONFIG_FILES([Makefile])