diff --git a/GNUmakefile b/GNUmakefile
index 584d5830..19141d57 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -16,9 +16,9 @@ MAKEFLAGS += --no-builtin-rules
## LD := Linker.
## ANDROID_SDK := Path to the Android SDK.
-VERSION_CODE := 46
-VERSION_CODE_IOS := 20
-VERSION_NUMBER := 0.2025.11-wip
+VERSION_CODE := 47
+VERSION_CODE_IOS := 21
+VERSION_NUMBER := 0.2025.10
VERSION_NAME := This program kills fascists.
IPHONEOS_VERSION_MIN=14.5
diff --git a/src/ios/Info.plist b/src/ios/Info.plist
index 15b5b2bc..82d7a6b9 100644
--- a/src/ios/Info.plist
+++ b/src/ios/Info.plist
@@ -13,13 +13,13 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.2025.11
+ 0.2025.10
CFBundleSupportedPlatforms
iPhoneOS
CFBundleVersion
- 20
+ 21
DTPlatformName
iphoneos
LSRequiresIPhoneOS
diff --git a/src/version.h b/src/version.h
index 47ca0402..aa663fb5 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,2 +1,2 @@
-#define VERSION_NUMBER "0.2025.11-wip"
+#define VERSION_NUMBER "0.2025.10"
#define VERSION_NAME "This program kills fascists."