From 0edb76b67896c52ac753193a8c866606825dc780 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Tue, 11 Nov 2025 18:16:13 -0500 Subject: [PATCH] build: Still trying to do an ios thing as 0.2025.10. --- GNUmakefile | 6 +++--- src/ios/Info.plist | 4 ++-- src/version.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 584d5830..19141d57 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,9 +16,9 @@ MAKEFLAGS += --no-builtin-rules ## LD := Linker. ## ANDROID_SDK := Path to the Android SDK. -VERSION_CODE := 46 -VERSION_CODE_IOS := 20 -VERSION_NUMBER := 0.2025.11-wip +VERSION_CODE := 47 +VERSION_CODE_IOS := 21 +VERSION_NUMBER := 0.2025.10 VERSION_NAME := This program kills fascists. IPHONEOS_VERSION_MIN=14.5 diff --git a/src/ios/Info.plist b/src/ios/Info.plist index 15b5b2bc..82d7a6b9 100644 --- a/src/ios/Info.plist +++ b/src/ios/Info.plist @@ -13,13 +13,13 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2025.11 + 0.2025.10 CFBundleSupportedPlatforms iPhoneOS CFBundleVersion - 20 + 21 DTPlatformName iphoneos LSRequiresIPhoneOS diff --git a/src/version.h b/src/version.h index 47ca0402..aa663fb5 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.2025.11-wip" +#define VERSION_NUMBER "0.2025.10" #define VERSION_NAME "This program kills fascists."