From b52c79ac4e8a4e14e22ceb043adfc20913e622eb Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 9 Nov 2025 12:16:19 -0500 Subject: [PATCH] build: Oops, correct the year. --- GNUmakefile | 2 +- src/android/AndroidManifest.xml | 2 +- src/ios/Info.plist | 2 +- src/version.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 2ec9a083..584d5830 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -18,7 +18,7 @@ MAKEFLAGS += --no-builtin-rules VERSION_CODE := 46 VERSION_CODE_IOS := 20 -VERSION_NUMBER := 0.2026.11-wip +VERSION_NUMBER := 0.2025.11-wip VERSION_NAME := This program kills fascists. IPHONEOS_VERSION_MIN=14.5 diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index de5da5c3..1b22b011 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="0.2025.11-wip"> CFBundlePackageType APPL CFBundleShortVersionString - 0.2026.11 + 0.2025.11 CFBundleSupportedPlatforms iPhoneOS diff --git a/src/version.h b/src/version.h index 26d35b04..47ca0402 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.2026.11-wip" +#define VERSION_NUMBER "0.2025.11-wip" #define VERSION_NAME "This program kills fascists."