From 0864fb01202cba8fceb4ee486e0146e45e4f3128 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Wed, 7 Sep 2016 21:44:52 -0700 Subject: [PATCH] Release v3.6.4 This release has a fix to check if a delta file exists before trying to apply it, and a fix to recover from missing or bad bundle manifest files. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2b231b18..5984c988 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.6.3, timothy.c.pepper@linux.intel.com) +AC_INIT(swupd-client, 3.6.4, timothy.c.pepper@linux.intel.com) AM_PROG_AR LT_INIT AC_CONFIG_MACRO_DIR([m4])