diff options
author | Peter Jones <pjones@redhat.com> | 2013-06-10 17:44:16 -0400 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2013-06-10 17:51:57 -0400 |
commit | 967152aa9c462bb2013acd4b32ff729311e95522 (patch) | |
tree | d67bb5c284e745f6c3e38c6a8a7e7e83be16c6cf /Makefile | |
parent | 24c9d9d05911ce39f14a77578081be749676a758 (diff) | |
download | efi-boot-shim-0.4.tar.gz efi-boot-shim-0.4.zip |
Bump version to 0.40.4
Since I've finally merged in the "sections" branch, best to increment
the version number.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ endif LDFLAGS = -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(EFI_PATH) -L$(LIB_PATH) -LCryptlib -LCryptlib/OpenSSL $(EFI_CRT_OBJS) -VERSION = 0.3 +VERSION = 0.4 TARGET = shim.efi MokManager.efi.signed fallback.efi.signed OBJS = shim.o netboot.o cert.o dbx.o |