From b44cd8c2c6de2f44d0b34bca4e540ea6fc2486b7 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Tue, 13 Feb 2018 15:22:29 -0800 Subject: [PATCH] Release v1.15 This release adds support for using DNF on Clear Linux. Signed-off-by: Patrick McCarty --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f3e48fd..e400fde 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([bundle-chroot-builder],[1.14],[tudor.marcu@intel.com],[bundle-chroot-builder]) +AC_INIT([bundle-chroot-builder],[1.15],[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)