From f5406dfa1ddef4737555ca22b06cd118f44a1b51 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Wed, 19 Sep 2018 11:00:44 -0700 Subject: [PATCH] v66 release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c66115f..927f51c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.68]) -AC_INIT([ister],[65],[william.douglas@intel.com],[ister],[https://github.com/bryteise/ister]) +AC_INIT([ister],[66],[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)