From 576022c41a57be0e820f1256c4fa49fa4f51930e Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 26 Mar 2025 20:19:28 -0400 Subject: [PATCH] build: 0.0.30-wip, let's gooooo. --- 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 072787e0..cf89d2be 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,9 +16,9 @@ MAKEFLAGS += --no-builtin-rules ## LD := Linker. ## ANDROID_SDK := Path to the Android SDK. -VERSION_CODE := 34 -VERSION_CODE_IOS := 11 -VERSION_NUMBER := 0.0.29 +VERSION_CODE := 35 +VERSION_CODE_IOS := 12 +VERSION_NUMBER := 0.0.30-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 e19a8ef9..2321bf3e 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="35" + android:versionName="0.0.30-wip"> CFBundlePackageType APPL CFBundleShortVersionString - 0.0.29 + 0.0.30 CFBundleSupportedPlatforms iPhoneOS CFBundleVersion - 11 + 12 DTPlatformName iphoneos LSRequiresIPhoneOS diff --git a/src/version.h b/src/version.h index 422d0448..86e780fc 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.0.29" +#define VERSION_NUMBER "0.0.30-wip" #define VERSION_NAME "This program kills fascists."