From de04b8400ce29eae6cddacd0c172b3fff172e95e Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Mon, 4 Dec 2017 14:15:15 -0800 Subject: [PATCH] Release v3.7.3 This release fixes a bug causing fullfile creation to be attempted for ghosted files. Signed-off-by: Matthew Johnson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2db6208..f6f45a1 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.7.2, matthew.johnson@intel.com) +AC_INIT(swupd-server, 3.7.3, matthew.johnson@intel.com) AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC