From 7e408e8b5945e86200f87129bfefad6f85a73c38 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Mon, 3 Oct 2016 16:22:28 -0700 Subject: [PATCH] Release v1.13 This release adds support for specifying a certificate to insert into the mix that the client would use to perform signature verification on a signed Manifest.MoM. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a5e64018c..f9ce26f22 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([mixer-tools],[1.12],[tudor.marcu@intel.com],[mixer-tools]) +AC_INIT([mixer-tools],[1.13],[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)