From df715fc37376593193a4a72e353a04a3bc445efc Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Tue, 12 Apr 2022 01:38:06 +0900 Subject: [PATCH] Declare version in Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 0dbd703..91b7fb9 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +VERSION_MAJOR=1 +VERSION_MINOR=0 +VERSION_PATCH=0 + PREFIX?=/opt/mingw32ce/bin CC=$(PREFIX)/bin/arm-mingw32ce-gcc