From 199448e11eefa7b0feab7584166be139763321d8 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Mon, 7 Jul 2025 12:40:32 -0400 Subject: [PATCH] build: Back to building 0.0.33-wip. --- GNUmakefile | 4 ++-- src/android/AndroidManifest.xml | 4 ++-- src/ios/Info.plist | 2 +- src/version.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 60eadbcb..c8045acf 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,9 +16,9 @@ MAKEFLAGS += --no-builtin-rules ## LD := Linker. ## ANDROID_SDK := Path to the Android SDK. -VERSION_CODE := 39 +VERSION_CODE := 40 VERSION_CODE_IOS := 15 -VERSION_NUMBER := 0.0.32.1 +VERSION_NUMBER := 0.0.33-wip VERSION_NAME := This program kills fascists. IPHONEOS_VERSION_MIN=14.0 diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index a84f62bc..6ebe4c21 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="40" + android:versionName="0.0.33-wip"> CFBundlePackageType APPL CFBundleShortVersionString - 0.0.32.1 + 0.0.33 CFBundleSupportedPlatforms iPhoneOS diff --git a/src/version.h b/src/version.h index 7ce7aa74..03defbcb 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.0.32.1" +#define VERSION_NUMBER "0.0.33-wip" #define VERSION_NAME "This program kills fascists."