From 36dedddb29412564ca56351191c40b9e98ccc2df Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sun, 20 Mar 2022 12:04:23 -0700 Subject: Update Release Version --- Common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common.mk') diff --git a/Common.mk b/Common.mk index 4a82bd1..482a0f1 100644 --- a/Common.mk +++ b/Common.mk @@ -20,7 +20,7 @@ OBJDUMP = ${CROSS}-objdump QEMU = qemu-system-arm GDB = gdb-multiarch CFLAGS = -mcpu=cortex-a7 -fpic -ffreestanding -std=gnu99 -O3 -Wall -Wextra -nostdlib -Iinclude -g -CFLAGS += -DVERSION="\"0.1d\"" +CFLAGS += -DVERSION="\"0.9z\"" AFLAGS = -mcpu=cortex-a7 -Iinclude -g QFLAGS = -M raspi2b -cpu cortex-a7 -m 1G -- cgit v1.2.1