From b9faff7147de807892e19d7ae69922189edad32b Mon Sep 17 00:00:00 2001 From: William Douglas Date: Wed, 1 Aug 2018 18:17:36 +0000 Subject: [PATCH] v64 release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2af4208..d43f789 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.68]) -AC_INIT([ister],[63],[william.douglas@intel.com],[ister],[https://github.com/bryteise/ister]) +AC_INIT([ister],[64],[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)