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