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."