From 2b92b2eff2d1425c64a20d2962faca987a6efeb9 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Thu, 4 Jan 2018 11:44:55 -0800 Subject: [PATCH] Release v1.12 This release enables using environment variables in the builder.conf, and adds a README for making/installing the program. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5443808..f94c6f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([bundle-chroot-builder],[1.11],[tudor.marcu@intel.com],[bundle-chroot-builder]) +AC_INIT([bundle-chroot-builder],[1.12],[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)