From 62f4e2118582b21d12a127fd5243d3c26dfbd829 Mon Sep 17 00:00:00 2001 From: Anachronaut Date: Wed, 8 Jul 2026 17:42:52 -0400 Subject: [PATCH] Update version string to 0.9.8-RC --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 6494b59..18452b8 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ # === Project Settings === # Change PROJECT and VERSION here — VERSION flows into the about screen and archive names. PROJECT := soundThing -VERSION := 0.9.5 +VERSION := 0.9.8-RC CFLAGS := -Wall -Wextra -std=c11 -O2 -DAPP_VERSION=\"$(VERSION)\" # Preprocessor flags (deps only here) CPPFLAGS := -MMD -MP