diff --git a/GNUmakefile b/GNUmakefile index 6b0e24908..e7b186d10 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,9 +16,9 @@ MAKEFLAGS += --no-builtin-rules ## LD := Linker. ## ANDROID_SDK := Path to the Android SDK. -VERSION_CODE := 33 -VERSION_CODE_IOS := 10 -VERSION_NUMBER := 0.0.28 +VERSION_CODE := 34 +VERSION_CODE_IOS := 11 +VERSION_NUMBER := 0.0.29-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 d3d3a3166..1c9403061 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="34" + android:versionName="0.0.29-wip"> CFBundlePackageType APPL CFBundleShortVersionString - 0.0.28 + 0.0.29 CFBundleSupportedPlatforms iPhoneOS CFBundleVersion - 10 + 11 DTPlatformName iphoneos LSRequiresIPhoneOS diff --git a/src/version.h b/src/version.h index 9bccb13ba..78f654d9e 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.0.28" +#define VERSION_NUMBER "0.0.29-wip" #define VERSION_NAME "This program kills fascists."