diff --git a/GNUmakefile b/GNUmakefile index 3d92906f..13e56502 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,9 +16,9 @@ MAKEFLAGS += --no-builtin-rules ## LD := Linker. ## ANDROID_SDK := Path to the Android SDK. -VERSION_CODE := 47 -VERSION_CODE_IOS := 25 -VERSION_NUMBER := 0.2025.10 +VERSION_CODE := 48 +VERSION_CODE_IOS := 26 +VERSION_NUMBER := 0.2025.11 VERSION_NAME := This program kills fascists. IPHONEOS_VERSION_MIN=14.5 diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index b7ad27e1..9244ad61 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="48" + android:versionName="0.2025.11"> CFBundlePackageType APPL CFBundleShortVersionString - 0.2025.10 + 0.2025.11 CFBundleSupportedPlatforms iPhoneOS CFBundleVersion - 25 + 26 DTPlatformName iphoneos LSRequiresIPhoneOS diff --git a/src/version.h b/src/version.h index aa663fb5..5c9dec46 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.2025.10" +#define VERSION_NUMBER "0.2025.11" #define VERSION_NAME "This program kills fascists."