From 9afbcbd4df75fe200b30b5fcff724b2519f563ea Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Mon, 26 Sep 2016 11:41:01 -0700 Subject: [PATCH] Release v1.11 This release adds the pack-maker and super-pack-maker scripts to mixer tools, adds several options to the build scripts, script cleanup, and sanitizes an important swupdrepo variable. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3d6456e..374303a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([mixer-tools],[1.10],[tudor.marcu@intel.com],[mixer-tools]) +AC_INIT([mixer-tools],[1.11],[tudor.marcu@intel.com],[mixer-tools]) AM_INIT_AUTOMAKE([foreign silent-rules color-tests no-dist-gzip dist-xz]) AC_CONFIG_FILES([Makefile]) AC_PREFIX_DEFAULT(/usr/local)