Skip to content

Commit

Permalink
Release v3.12.5
Browse files Browse the repository at this point in the history
This release adds logic to skip deletion of boot files since they are
managed by clr-boot-manager. It also adds "ghost" file handling to allow
files managed by other programs to be used as a rename base but not
actually deleted by or otherwise managed by swupd.

Signed-off-by: Matthew Johnson <[email protected]>
  • Loading branch information
matthewrsj committed Oct 16, 2017
1 parent d98353c commit 44bc6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.66])
AC_INIT(swupd-client, 3.12.4, [email protected])
AC_INIT(swupd-client, 3.12.5, [email protected])
AM_PROG_AR
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 44bc6eb

Please sign in to comment.