diff options
author | Peter Jones <pjones@redhat.com> | 2013-10-04 17:04:12 -0400 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2013-10-04 17:04:21 -0400 |
commit | baebb090ea1f65c205ac1fe2b83b42bb979a4907 (patch) | |
tree | ac2159d426d68286dc87e754a80064ee74e2f643 /Makefile | |
parent | f95ccd0a7f64c0a63b06fddd278a3e35aa96eba9 (diff) | |
download | efi-boot-shim-0.5.tar.gz efi-boot-shim-0.5.zip |
Bump version to 0.50.5
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'Makefile')
-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.4 +VERSION = 0.5 TARGET = shim.efi MokManager.efi.signed fallback.efi.signed OBJS = shim.o netboot.o cert.o replacements.o version.o |