Skip to content

Commit 617b42d

Browse files
committed
Bump version to 0.7.
Do not use 0.6; on some machines it misunderstands the SetupMode variable. Signed-off-by: Peter Jones <pjones@redhat.com>
1 parent 46002a3 commit 617b42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ endif
3737

3838
LDFLAGS = -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(EFI_PATH) -L$(LIB_PATH) -LCryptlib -LCryptlib/OpenSSL $(EFI_CRT_OBJS)
3939

40-
VERSION = 0.6
40+
VERSION = 0.7
4141

4242
TARGET = shim.efi MokManager.efi.signed fallback.efi.signed
4343
OBJS = shim.o netboot.o cert.o replacements.o version.o

0 commit comments

Comments
 (0)