From 21f48d348574d723275533b1c08c86b6057c1ab5 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 27 Nov 2024 12:24:42 -0500 Subject: [PATCH] build: Let's start work on 0.0.26. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 2648c8089..2cdeadc09 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,8 +16,8 @@ MAKEFLAGS += --no-builtin-rules ## LD := Linker. ## ANDROID_SDK := Path to the Android SDK. -VERSION_CODE := 30 -VERSION_NUMBER := 0.0.25 +VERSION_CODE := 31 +VERSION_NUMBER := 0.0.26-wip VERSION_NAME := This program kills fascists. SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3470100.zip