diff --git a/GNUmakefile b/GNUmakefile index 93fb08b6..84b3b0da 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,8 +16,8 @@ MAKEFLAGS += --no-builtin-rules ## LD := Linker. ## ANDROID_SDK := Path to the Android SDK. -VERSION_CODE := 32 -VERSION_NUMBER := 0.0.27 +VERSION_CODE := 33 +VERSION_NUMBER := 0.0.28-wip VERSION_NAME := This program kills fascists. SQLITE_URL := https://www.sqlite.org/2025/sqlite-amalgamation-3480000.zip diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index ef029c34..bf84d6e7 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="33" + android:versionName="0.0.28-wip">