From 735370c267c8a35a2612f6520a2aa396def82384 Mon Sep 17 00:00:00 2001 From: Rintim Date: Fri, 29 Jan 2021 17:12:36 +0800 Subject: [PATCH] Anankosi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9d46e7..980cbfa 100644 --- a/Makefile +++ b/Makefile @@ -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))