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