From 1f40e8dcd9d560d9ca3ba161f3312a18559364bc Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 30 Oct 2024 12:56:20 -0400 Subject: [PATCH] build: Let's build 0.0.24. --- 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 55ee768e..e6fd9f18 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,8 +3,8 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 28 -VERSION_NUMBER := 0.0.24-wip +VERSION_CODE := 29 +VERSION_NUMBER := 0.0.24 VERSION_NAME := Honey bunches of boats. SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 6716482d..127c24dc 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="29" + android:versionName="0.0.24">