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."