From 36f2d87ee57e841be5fe60f6430bdd167f9f03af Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 1 Feb 2022 17:19:16 -0700 Subject: Added spinlock condition --- Common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common.mk') diff --git a/Common.mk b/Common.mk index 04bf399..69828e6 100644 --- a/Common.mk +++ b/Common.mk @@ -26,7 +26,7 @@ ifeq ($(BSP),2) CFLAGS += -DBSP23 endif -CFLAGS += -DVERSION="\"0.0s\"" +CFLAGS += -DVERSION="\"0.1a\"" .PHONY: clean run run-debug debug export tree -- cgit v1.2.1