From d4a5cc6eeed4ecd80e4b2c0bba9720ac0a6bce47 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 30 Jan 2025 12:46:52 -0500 Subject: [PATCH] build: Let's start work on 0.0.28. --- GNUmakefile | 4 ++-- src/android/AndroidManifest.xml | 4 ++-- src/version.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 93fb08b6..84b3b0da 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,8 +16,8 @@ MAKEFLAGS += --no-builtin-rules ## LD := Linker. ## ANDROID_SDK := Path to the Android SDK. -VERSION_CODE := 32 -VERSION_NUMBER := 0.0.27 +VERSION_CODE := 33 +VERSION_NUMBER := 0.0.28-wip 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 ef029c34..bf84d6e7 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="33" + android:versionName="0.0.28-wip">