From 58ddb254dc3a68a75b0e2f459907625320d9551e Mon Sep 17 00:00:00 2001 From: "Brad T. Peters" Date: Tue, 12 Apr 2016 13:58:56 -0700 Subject: [PATCH] Release v1.03 This release patches a bug where whitespace was not being correctly stripped from package names Signed-off-by: Brad T. Peters --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cf33262..b06a78e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([bundle-chroot-builder],[1.02],[tudor.marcu@intel.com],[bundle-chroot-builder]) +AC_INIT([bundle-chroot-builder],[1.03],[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)