From 47addb4fa46a0ed38102bf7bb328f00cd29c3602 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Thu, 5 Oct 2017 13:33:28 -0700 Subject: [PATCH] Release v3.6.3 This release improves full-file creation to make it thread-safe, allowing parallelized runs of many instances of swupd_make_fullfiles. Signed-off-by: Matthew Johnson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 97ae9e2..f208e3f 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-server, 3.6.2, matthew.johnson@intel.com) +AC_INIT(swupd-server, 3.6.3, matthew.johnson@intel.com) AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC