diff options
author | Peter Jones <pjones@redhat.com> | 2013-11-06 14:07:05 -0500 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2013-11-06 14:07:05 -0500 |
commit | 617b42d8ffc8be12bca36b256293ca3f3b71e2c5 (patch) | |
tree | ab49a0f8e82cdee502fd556ad7ccca3242f40f05 | |
parent | 46002a3e36e1e32e6895df5d2ce7151269154acb (diff) | |
download | efi-boot-shim-0.7.tar.gz efi-boot-shim-0.7.zip |
Bump version to 0.7.0.7
Do not use 0.6; on some machines it misunderstands the SetupMode
variable.
Signed-off-by: Peter Jones <pjones@redhat.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ endif LDFLAGS = -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(EFI_PATH) -L$(LIB_PATH) -LCryptlib -LCryptlib/OpenSSL $(EFI_CRT_OBJS) -VERSION = 0.6 +VERSION = 0.7 TARGET = shim.efi MokManager.efi.signed fallback.efi.signed OBJS = shim.o netboot.o cert.o replacements.o version.o |