From efaa5b9051769f9fc507cac3909ba4b9d68623d6 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Tue, 29 Mar 2016 11:54:08 -0700 Subject: [PATCH] Release v1.02 This release includes fixes for validating builder.conf is correct, and fixes a bug where the chroot builder would loop forever if m4 output was too large. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 63ff921..cf33262 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([bundle-chroot-builder],[1.00],[tudor.marcu@intel.com],[bundle-chroot-builder]) +AC_INIT([bundle-chroot-builder],[1.02],[tudor.marcu@intel.com],[bundle-chroot-builder]) AM_INIT_AUTOMAKE([foreign silent-rules color-tests no-dist-gzip dist-xz]) AC_CONFIG_FILES(Makefile) AC_PREFIX_DEFAULT(/usr/local)