From 997f90eee3103784353c4ad624734053431166b3 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 7 Dec 2024 22:40:21 -0500 Subject: [PATCH] Use git commit for version revision. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c856fce3..8c7771e6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RACK_DIR ?= . EDITION := Free VERSION_MAJOR := 2 -VERSION := $(shell jq -r .version Core.json) +VERSION := $(VERSION_MAJOR).6.$(shell git rev-parse --short HEAD) FLAGS += -Iinclude -Idep/include