From 05f08e2bab8ae939fbdd846068fe9345a6e5a72a Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Tue, 29 Mar 2016 22:43:24 -0700 Subject: [PATCH] Release v1.04 This release applies fixes to sanitize input read from the builder.conf and cmd line, adds cmd line options to the init-mix.sh script, and forces nosync on chroot creation. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b63180712..9eef67620 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([mixer-tools],[1.03],[tudor.marcu@intel.com],[mixer-tools]) +AC_INIT([mixer-tools],[1.04],[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)