From 4bd46a16576bae69c3e1c02feaacf148781e662a Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 28 Jan 2024 23:55:17 +0000 Subject: [PATCH] Working on 0.0.16 now. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4816 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- 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 db2f729c..4fd3d12e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,8 +3,8 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 15 -VERSION_NUMBER := 0.0.15 +VERSION_CODE := 16 +VERSION_NUMBER := 0.0.16-wip VERSION_NAME := Medium English breakfast tea. PROJECT = tildefriends diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index b1851241..ab5816a8 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="16" + android:versionName="0.0.16-wip">