From cf1c57ccb8f8c4ad05e9a36689437ef8adeece01 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Fri, 1 Nov 2024 18:01:10 -0400 Subject: [PATCH] build: Let's start work on 0.0.25. --- GNUmakefile | 6 +++--- src/android/AndroidManifest.xml | 4 ++-- src/version.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index e6fd9f18..6b5c1989 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,9 +3,9 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 29 -VERSION_NUMBER := 0.0.24 -VERSION_NAME := Honey bunches of boats. +VERSION_CODE := 30 +VERSION_NUMBER := 0.0.25-wip +VERSION_NAME := Normalize sharing scrappy fiddles. SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip BUNDLETOOL_URL := https://github.com/google/bundletool/releases/download/1.17.0/bundletool-all-1.17.0.jar diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 127c24dc..050a3ea8 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="30" + android:versionName="0.0.25-wip">