From cc409dc3f70d691816fe20f6ce12fda03b959e3c Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 27 Nov 2024 12:10:17 -0500 Subject: [PATCH] build: Let's build 0.0.25. --- GNUmakefile | 2 +- src/android/AndroidManifest.xml | 2 +- src/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 3d5733d9a..2648c8089 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,7 +17,7 @@ MAKEFLAGS += --no-builtin-rules ## ANDROID_SDK := Path to the Android SDK. VERSION_CODE := 30 -VERSION_NUMBER := 0.0.25-wip +VERSION_NUMBER := 0.0.25 VERSION_NAME := This program kills fascists. SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3470100.zip diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 050a3ea85..de8c1a78b 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="0.0.25">