diff --git a/GNUmakefile b/GNUmakefile index 1a3d1a73..3e8afb89 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,9 +16,9 @@ MAKEFLAGS += --no-builtin-rules ## LD := Linker. ## ANDROID_SDK := Path to the Android SDK. -VERSION_CODE := 42 -VERSION_CODE_IOS := 16 -VERSION_NUMBER := 0.2025.8 +VERSION_CODE := 43 +VERSION_CODE_IOS := 17 +VERSION_NUMBER := 0.2025.9-wip VERSION_NAME := This program kills fascists. IPHONEOS_VERSION_MIN=14.0 diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 60176953..59e63b29 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="43" + android:versionName="0.2025.9-wip"> CFBundlePackageType APPL CFBundleShortVersionString - 0.2025.8 + 0.2025.9 CFBundleSupportedPlatforms iPhoneOS CFBundleVersion - 16 + 17 DTPlatformName iphoneos LSRequiresIPhoneOS diff --git a/src/version.h b/src/version.h index c0c3a8f7..8501f64f 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.2025.8" +#define VERSION_NUMBER "0.2025.9-wip" #define VERSION_NAME "This program kills fascists."