diff --git a/misc/dist/linux/godot.6 b/misc/dist/linux/godot.6
index 2342a27c2147..3ec0b887d7a1 100644
--- a/misc/dist/linux/godot.6
+++ b/misc/dist/linux/godot.6
@@ -1,4 +1,4 @@
-.TH GODOT "6" "September 2017" "godot 2.1.4-stable" "Games"
+.TH GODOT "6" "July 2018" "godot 2.1.5-stable" "Games"
.SH NAME
godot \- multi\-platform 2D and 3D game engine with a feature\-rich editor
.SH SYNOPSIS
diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist
index adad04e28524..768a3740b785 100755
--- a/misc/dist/osx_tools.app/Contents/Info.plist
+++ b/misc/dist/osx_tools.app/Contents/Info.plist
@@ -19,11 +19,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.1.4
+ 2.1.5
CFBundleSignature
godot
CFBundleVersion
- 2.1.4
+ 2.1.5
NSHumanReadableCopyright
© 2007-2018 Juan Linietsky, Ariel Manzur.
LSMinimumSystemVersion
diff --git a/version.py b/version.py
index 3c1054ad4062..edd1a94ba6f7 100644
--- a/version.py
+++ b/version.py
@@ -3,4 +3,4 @@
major = 2
minor = 1
patch = 5
-status = "rc"
+status = "stable"