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 <tudor.marcu@intel.com>
This commit is contained in:
Tudor Marcu
2016-09-29 11:09:49 -07:00
parent 4da94d56f1
commit 6c0ef1929b
+1 -1
View File
@@ -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)