From 22b9312151b20775344c8004dbdf884e7fd58e60 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Fri, 19 Oct 2018 15:15:37 -0700 Subject: [PATCH] v68 release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8514399..597b46b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.68]) -AC_INIT([ister],[67],[william.douglas@intel.com],[ister],[https://github.com/bryteise/ister]) +AC_INIT([ister],[68],[william.douglas@intel.com],[ister],[https://github.com/bryteise/ister]) AM_INIT_AUTOMAKE([foreign silent-rules color-tests no-dist-gzip dist-xz]) AC_CONFIG_FILES([Makefile]) AC_PREFIX_DEFAULT(/usr/local)