From a4a8f7cab2536126b340a69111564f61ce940084 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 23 Apr 2025 18:33:28 -0400 Subject: [PATCH] build: Let's start work on 0.0.31. --- 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 33e3d375..dac3f42a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,9 +16,9 @@ MAKEFLAGS += --no-builtin-rules ## LD := Linker. ## ANDROID_SDK := Path to the Android SDK. -VERSION_CODE := 35 -VERSION_CODE_IOS := 12 -VERSION_NUMBER := 0.0.30 +VERSION_CODE := 36 +VERSION_CODE_IOS := 13 +VERSION_NUMBER := 0.0.31-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 095e8112..e4a8851b 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="36" + android:versionName="0.0.31-wip"> CFBundlePackageType APPL CFBundleShortVersionString - 0.0.30 + 0.0.31 CFBundleSupportedPlatforms iPhoneOS CFBundleVersion - 12 + 13 DTPlatformName iphoneos LSRequiresIPhoneOS diff --git a/src/version.h b/src/version.h index fc6a4323..19c3aa6f 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.0.30" +#define VERSION_NUMBER "0.0.31-wip" #define VERSION_NAME "This program kills fascists."