From 4225b901a92e2aed0629f07ec389878d510849ac Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Mon, 26 Sep 2016 11:56:00 -0700 Subject: [PATCH] Release v1.05 This release changes the builder to read raw bytes to account for weirdly encoded filenames, and provides better output to the user. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4da5347..5b63015 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([bundle-chroot-builder],[1.04],[tudor.marcu@intel.com],[bundle-chroot-builder]) +AC_INIT([bundle-chroot-builder],[1.05],[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)