From fcf4e0d7fcd9c0db5374b6e69896b21e38c712ca Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Tue, 28 Nov 2017 09:19:14 -0800 Subject: [PATCH] Release v3.7.1 This release fixes the bug introduced in v3.7.0 that caused valid renames from old versions to be dropped. Instead of pruning orphaned renames, they are now marked as deleted as well. Signed-off-by: Matthew Johnson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0afa232..2b8cf0d 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.0, matthew.johnson@intel.com) +AC_INIT(swupd-server, 3.7.1, matthew.johnson@intel.com) AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC