From 466bedf1d3e8daf741c7702b2f02a112e8ea1b3c Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Thu, 9 Aug 2018 15:34:47 -0700 Subject: [PATCH] Release v3.17.11 This release allows swupd to ignore MoM entries marked with the 'I' flag. The 'I' flag will be used to represent iterative manifests when that feature is made available by mixer. Until swupd knows how to handle them it will ignore them. Several improvements to the test library were added in this release as well. Signed-off-by: Matthew Johnson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4b2e3bdb..789d0031 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.66]) -AC_INIT(swupd-client, 3.17.10, matthew.johnson@intel.com) +AC_INIT(swupd-client, 3.17.11, matthew.johnson@intel.com) AM_PROG_AR LT_INIT AC_CONFIG_MACRO_DIR([m4])