Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
This seems pretty much functionally complete, so let's call it 0.2.
  • Loading branch information
Matthew Garrett committed Nov 1, 2012
1 parent 821eca4 commit 5c9cf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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) LDFLAGS = -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(EFI_PATH) -L$(LIB_PATH) -LCryptlib -LCryptlib/OpenSSL $(EFI_CRT_OBJS)


VERSION = 0.1 VERSION = 0.2


TARGET = shim.efi MokManager.efi TARGET = shim.efi MokManager.efi
OBJS = shim.o netboot.o cert.o dbx.o OBJS = shim.o netboot.o cert.o dbx.o
Expand Down

0 comments on commit 5c9cf01

Please sign in to comment.