Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit fcf4e0d

Browse files
committed
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 <[email protected]>
1 parent 6d3121c commit fcf4e0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.66])
5-
AC_INIT(swupd-server, 3.7.0, [email protected])
5+
AC_INIT(swupd-server, 3.7.1, [email protected])
66
AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects])
77
AM_SILENT_RULES([yes])
88
AC_PROG_CC

0 commit comments

Comments
 (0)