From 402a898d964243e2eaf16dd13108bea0b5ad7f99 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 28 Feb 2024 18:47:21 -0500 Subject: [PATCH] Let's start working on 0.0.17. --- 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 df348314..466afc53 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,9 +3,9 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 16 -VERSION_NUMBER := 0.0.16 -VERSION_NAME := Now with 38% more process. +VERSION_CODE := 17 +VERSION_NUMBER := 0.0.17-wip +VERSION_NAME := Please enjoy responsibly. PROJECT = tildefriends BUILD_DIR ?= out diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 912a0517..614f7a7c 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="17" + android:versionName="0.0.17-wip">