From 4c6ae3d6ff222db25fa61aedbdcdf1999d08cf91 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Mon, 23 May 2016 09:01:51 -0700 Subject: [PATCH] Release v1.10 This release fixes some corner cases that would cause the scripts to fail, and imports the pack_maker.sh script into mixer to create packs more easily. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7f58593..3d6456e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([mixer-tools],[1.09],[tudor.marcu@intel.com],[mixer-tools]) +AC_INIT([mixer-tools],[1.10],[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)