diff --git a/GNUmakefile b/GNUmakefile index 60eadbcb..c8045acf 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,9 +16,9 @@ MAKEFLAGS += --no-builtin-rules ## LD := Linker. ## ANDROID_SDK := Path to the Android SDK. -VERSION_CODE := 39 +VERSION_CODE := 40 VERSION_CODE_IOS := 15 -VERSION_NUMBER := 0.0.32.1 +VERSION_NUMBER := 0.0.33-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 a84f62bc..6ebe4c21 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="40" + android:versionName="0.0.33-wip"> CFBundlePackageType APPL CFBundleShortVersionString - 0.0.32.1 + 0.0.33 CFBundleSupportedPlatforms iPhoneOS diff --git a/src/version.h b/src/version.h index 7ce7aa74..03defbcb 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.0.32.1" +#define VERSION_NUMBER "0.0.33-wip" #define VERSION_NAME "This program kills fascists."