From 7c1dbca04a365ee9d048eae00deb1a55e5dae864 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Thu, 21 Dec 2017 09:23:30 -0800 Subject: [PATCH] v60 release Signed-off-by: Matthew Johnson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 906adaf..34bd7bd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.68]) -AC_INIT([ister],[59],[william.douglas@intel.com],[ister],[https://github.com/bryteise/ister]) +AC_INIT([ister],[60],[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)