From 2e55c68648a293aa501dd2d4d014eccc42381d0b Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 23 Aug 2023 22:40:00 +0000 Subject: [PATCH] Get ready for 0.0.11. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4422 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- Makefile | 6 +++--- src/android/AndroidManifest.xml | 4 ++-- src/version.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 210df8a3..237488bb 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,9 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 10 -VERSION_NUMBER := 0.0.10 -VERSION_NAME := Pride is not the opposite of shame but its source. +VERSION_CODE := 11 +VERSION_NUMBER := 0.0.11-wip +VERSION_NAME := Be nothing, and you will have everything to give to others. PROJECT = tildefriends BUILD_DIR ?= out diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 6b9e090d..5ac7437a 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + versionCode="11" + versionName="0.0.11-wip"> diff --git a/src/version.h b/src/version.h index bd45ca33..1eee4c09 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ -#define VERSION_NUMBER "0.0.10" -#define VERSION_NAME "Pride is not the opposite of shame but its source." +#define VERSION_NUMBER "0.0.11-wip" +#define VERSION_NAME "Be nothing, and you will have everything to give to others."