From a9cb913a4716f75cf7bd48f2fd6fb1b7ace8511c Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 24 Apr 2024 19:29:17 -0400 Subject: [PATCH] Working on 0.0.19. --- 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 e510d046..57cb475c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,9 +3,9 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 18 -VERSION_NUMBER := 0.0.18 -VERSION_NAME := Celebrating totality for upwards of 3m1.4s. +VERSION_CODE := 19 +VERSION_NUMBER := 0.0.19-wip +VERSION_NAME := Don't let your loyalty become a burden. SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3450300.zip LIBUV_URL := https://dist.libuv.org/dist/v1.48.0/libuv-v1.48.0.tar.gz diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 2116e85f..53d42585 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="19" + android:versionName="0.0.19-wip">