From e554a06ea699e5a7d0562213482a5abed744aa04 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Tue, 21 Nov 2017 14:10:00 -0800 Subject: [PATCH] Release v3.7.0 - Track ghosted files to enable renames on files that will be deleted by third-party programs (boot files via clr-boot-manager). - Prune orphaned renames from manifest (renamed-to deleted or renamed again) Signed-off-by: Matthew Johnson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f208e3f..0afa232 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.3, matthew.johnson@intel.com) +AC_INIT(swupd-server, 3.7.0, matthew.johnson@intel.com) AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC