diff options
author | Christian Cunningham <cc@localhost> | 2022-03-20 12:04:23 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-20 12:04:23 -0700 |
commit | 36dedddb29412564ca56351191c40b9e98ccc2df (patch) | |
tree | 15d9224551eeac2b8b5506ed6d5abf2d2fbc2660 | |
parent | 8f166eca3029eec4d7a283c83cc3385f1d52ee53 (diff) |
Update Release Version
-rw-r--r-- | Common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |