From bda3519d4dcb1583b6905a47609d5fe0a50cdcb7 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Tue, 3 May 2016 20:26:44 +0000 Subject: [PATCH] Release v1.04 This release introduces functionality to blacklist/ignore bundles beginning with a '.', and will support other banned characters in the future. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b06a78e..4da5347 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([bundle-chroot-builder],[1.03],[tudor.marcu@intel.com],[bundle-chroot-builder]) +AC_INIT([bundle-chroot-builder],[1.04],[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)