From f5bd389183c061525338494015858ae4e9dbe4eb Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Tue, 25 Nov 2025 12:51:13 -0500 Subject: [PATCH] build: This will probably be the November release. --- GNUmakefile | 6 +++--- src/android/AndroidManifest.xml | 4 ++-- src/ios/Info.plist | 4 ++-- src/version.h | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) 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."