From 6c0ef1929bbfd14848487e7d3dbdca0eab3563d7 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Thu, 29 Sep 2016 11:09:49 -0700 Subject: [PATCH] Release v1.12 This release includes a fix to the hardlink call, fixes to the help menus, script functionality to build a fully bootable image off the intial mix, renaming the latest.version file to more appropriately match its use, and adds a rewrite of pack-macker. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 374303a..a5e6401 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([mixer-tools],[1.11],[tudor.marcu@intel.com],[mixer-tools]) +AC_INIT([mixer-tools],[1.12],[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)