This commit is contained in:
Rintim 2021-01-29 17:12:36 +08:00
parent 30a1d408b5
commit 735370c267

View File

@ -15,7 +15,7 @@ EXTRA_OUTPUT_FILES := servefiles
BUILD_FLAGS := -Wno-format-truncation
VERSION_PARTS := 2.6.1 # $(subst ., ,$(shell git describe --tags --abbrev=0))
VERSION_PARTS := 2.6.1C11 # $(subst ., ,$(shell git describe --tags --abbrev=0))
VERSION_MAJOR := 2#$(word 1, $(VERSION_PARTS))
VERSION_MINOR := 6#$(word 2, $(VERSION_PARTS))