Update version string to 0.9.8-RC
This commit is contained in:
2
makefile
2
makefile
@@ -2,7 +2,7 @@
|
|||||||
# === Project Settings ===
|
# === Project Settings ===
|
||||||
# Change PROJECT and VERSION here — VERSION flows into the about screen and archive names.
|
# Change PROJECT and VERSION here — VERSION flows into the about screen and archive names.
|
||||||
PROJECT := soundThing
|
PROJECT := soundThing
|
||||||
VERSION := 0.9.5
|
VERSION := 0.9.8-RC
|
||||||
CFLAGS := -Wall -Wextra -std=c11 -O2 -DAPP_VERSION=\"$(VERSION)\"
|
CFLAGS := -Wall -Wextra -std=c11 -O2 -DAPP_VERSION=\"$(VERSION)\"
|
||||||
# Preprocessor flags (deps only here)
|
# Preprocessor flags (deps only here)
|
||||||
CPPFLAGS := -MMD -MP
|
CPPFLAGS := -MMD -MP
|
||||||
|
|||||||
Reference in New Issue
Block a user