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