From 623e4b8fff9bbb4e118f0ff67242495745a5c982 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 5 Oct 2023 00:14:36 +0000 Subject: [PATCH] Oh yeah, we're working on 0.0.12. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4488 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 81d0e2c8..e1d48ec8 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,9 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 11 -VERSION_NUMBER := 0.0.11 -VERSION_NAME := Be nothing, and you will have everything to give to others. +VERSION_CODE := 12 +VERSION_NUMBER := 0.0.12-wip +VERSION_NAME := Where everybody knows your name. PROJECT = tildefriends BUILD_DIR ?= out diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index f95076bb..39d021cc 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="12" + android:versionName="0.0.12-wip"> diff --git a/src/version.h b/src/version.h index 7e936698..247ff76e 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ -#define VERSION_NUMBER "0.0.11" -#define VERSION_NAME "Be nothing, and you will have everything to give to others." +#define VERSION_NUMBER "0.0.12-wip" +#define VERSION_NAME "Where everybody knows your name."