From 798b4e8906355ac3c61ce57dd16707f743d985a4 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Wed, 20 Sep 2017 14:56:14 -0700 Subject: [PATCH] Release v1.11 This release adds a configuration section for debuginfo banning in the swupd-server configuration file server.ini. Signed-off-by: Matthew Johnson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0a2f36b..5443808 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([bundle-chroot-builder],[1.10],[tudor.marcu@intel.com],[bundle-chroot-builder]) +AC_INIT([bundle-chroot-builder],[1.11],[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)