From 059f08cb73ef2b1631f2c89f8c524e27888f6ba5 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sun, 2 Jan 2022 15:53:57 -0800 Subject: Expanded upon memory library --- Common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common.mk') diff --git a/Common.mk b/Common.mk index 5b7bcc8..e20a058 100644 --- a/Common.mk +++ b/Common.mk @@ -26,7 +26,7 @@ ifeq ($(BSP),2) CFLAGS += -DBSP23 endif -CFLAGS += -DVERSION="\"0.0c\"" +CFLAGS += -DVERSION="\"0.0e $(shell git log --pretty=format:'%h' -n 1)\"" .PHONY: clean run run-debug debug export tree -- cgit v1.2.1