From 0a20961ecdc3ba8c23e33717808e20103a70c612 Mon Sep 17 00:00:00 2001 From: Karel Tuma Date: Sun, 14 Aug 2016 03:49:32 +0200 Subject: [PATCH] ver --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ef9f3e..e03c1f1 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ FFLAGS=-fno-ident -fno-stack-check -fno-stack-protector -mno-stack-arg-probe -fn LDFLAGS=-Wl,--enable-stdcall-fixup -nostartfiles -Wl,-e_win_main DLDFLAGS=$(LDFLAGS) -shared -Wl,-e_dll_main -nostartfiles -lntdll -nostdlib -lkernel32 -lmsvcrt SLDFLAGS=$(LDFLAGS) -shared -Wl,-e_driver_entry -Wl,--subsystem=native -nostartfiles -nostdlib -lntoskrnl -VERSTR=v2.1 +VERSTR=v2.2 ifeq ($(DEBUG),) OPT=-O2 -DNDEBUG