From c59e0ea6e5c9a16d1989c6796288e8f17a03a2a8 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 29 Jan 2025 19:58:31 -0500 Subject: [PATCH] build: Let's release 0.0.27. --- 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 b27444c1..d13da871 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,7 +17,7 @@ MAKEFLAGS += --no-builtin-rules ## ANDROID_SDK := Path to the Android SDK. VERSION_CODE := 32 -VERSION_NUMBER := 0.0.27-wip +VERSION_NUMBER := 0.0.27 VERSION_NAME := This program kills fascists. SQLITE_URL := https://www.sqlite.org/2025/sqlite-amalgamation-3480000.zip diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 7ef30be3..ef029c34 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="0.0.27">