From 9d3a813859d03b2e5c6ddfafecdc188b06d87c86 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Tue, 5 Dec 2017 12:21:44 -0800 Subject: [PATCH] Release v3.7.4 This release cleans up renamed-to files by unsetting their rename flag when orphaned. This was previously only being done for renamed-from 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 f6f45a1..c64d972 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.3, matthew.johnson@intel.com) +AC_INIT(swupd-server, 3.7.4, matthew.johnson@intel.com) AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC