diff --git a/GNUmakefile b/GNUmakefile
index 14e70b527..79e69a869 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 3812f8919..ff0c1f05f 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 1b2165915..45f067587 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."