diff --git a/GNUmakefile b/GNUmakefile index df348314..466afc53 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,9 +3,9 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 16 -VERSION_NUMBER := 0.0.16 -VERSION_NAME := Now with 38% more process. +VERSION_CODE := 17 +VERSION_NUMBER := 0.0.17-wip +VERSION_NAME := Please enjoy responsibly. PROJECT = tildefriends BUILD_DIR ?= out diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 912a0517..614f7a7c 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="17" + android:versionName="0.0.17-wip">