diff options
author | Peter Jones <pjones@redhat.com> | 2013-05-16 11:03:25 -0400 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2013-05-16 11:03:32 -0400 |
commit | ea3a0a0b8769ed0705719ab8e93cd1c2b1f2769a (patch) | |
tree | 00987e368d2fba0119a292cfa80d3c5ee446a130 /Makefile | |
parent | 25d6c434dfcbcf03513589df18d79c272422367d (diff) | |
download | efi-boot-shim-0.3.tar.gz efi-boot-shim-0.3.zip |
Bump version to 0.30.3
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ endif LDFLAGS = -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(EFI_PATH) -L$(LIB_PATH) -LCryptlib -LCryptlib/OpenSSL $(EFI_CRT_OBJS) -VERSION = 0.2 +VERSION = 0.3 TARGET = shim.efi MokManager.efi.signed fallback.efi.signed OBJS = shim.o netboot.o cert.o dbx.o |