diff options
author | Peter Jones <pjones@redhat.com> | 2014-10-13 16:41:51 -0400 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2014-10-13 16:41:51 -0400 |
commit | 4316fbd2a2bab522c4fffff5338441654eefd4b6 (patch) | |
tree | 110242b91b3ade02e586bd65b9aedb05511bd34a | |
parent | c0949c0a7916e81767ab35f67005b80cfb565e2c (diff) | |
download | efi-boot-shim-0.8.tar.gz efi-boot-shim-0.8.zip |
Bump version to 0.80.8
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ endif LDFLAGS = -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(EFI_PATH) -L$(LIB_PATH) -LCryptlib -LCryptlib/OpenSSL $(EFI_CRT_OBJS) -VERSION = 0.7 +VERSION = 0.8 TARGET = shim.efi MokManager.efi.signed fallback.efi.signed OBJS = shim.o netboot.o cert.o replacements.o version.o |