diff --git a/GNUmakefile b/GNUmakefile index 14e70b52..79e69a86 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -18,7 +18,7 @@ MAKEFLAGS += --no-builtin-rules VERSION_CODE := 45 VERSION_CODE_IOS := 19 -VERSION_NUMBER := 0.2026.10.1 +VERSION_NUMBER := 0.2026.10 VERSION_NAME := This program kills fascists. IPHONEOS_VERSION_MIN=14.0 diff --git a/src/ios/Info.plist b/src/ios/Info.plist index 3812f891..ff0c1f05 100644 --- a/src/ios/Info.plist +++ b/src/ios/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2026.10.1 + 0.2026.10 CFBundleSupportedPlatforms iPhoneOS diff --git a/src/version.h b/src/version.h index 1b216591..45f06758 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.2026.10.1" +#define VERSION_NUMBER "0.2026.10" #define VERSION_NAME "This program kills fascists."