From 8ec0a15f2ae83df279db34bd0fae9cf3de71e42c Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Tue, 18 Oct 2016 16:31:00 -0700 Subject: [PATCH] Release v3.6.6 This release includes fixes for handling and removing files and directories, notably a fix that caused swupd to fail on docker containers due to the overlay filesystem behaviour, and reading system clock from a better clock source not hindered by time skew or ntp adjustments. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eef08063..0d5f0ca4 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.5, tudor.marcu@intel.com) +AC_INIT(swupd-client, 3.6.6, tudor.marcu@intel.com) AM_PROG_AR LT_INIT AC_CONFIG_MACRO_DIR([m4])