Compare commits

..

1 Commits

Author SHA1 Message Date
Anachronaut
62f4e21185 Update version string to 0.9.8-RC 2026-07-08 17:42:52 -04:00

View File

@@ -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