diff --git a/misc/dist/linux/godot.6 b/misc/dist/linux/godot.6
index 0345a086b58..d3f18d75d32 100644
--- a/misc/dist/linux/godot.6
+++ b/misc/dist/linux/godot.6
@@ -1,4 +1,4 @@
-.TH GODOT "6" "February 2018" "godot 3.0.2" "Games"
+.TH GODOT "6" "February 2018" "godot 3.0.1" "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 d12e4f34601..b6e7f4a8eff 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
- 3.0.2
+ 3.0.1
CFBundleSignature
godot
CFBundleVersion
- 3.0.2
+ 3.0.1
NSHumanReadableCopyright
© 2007-2018 Juan Linietsky, Ariel Manzur.
LSMinimumSystemVersion
diff --git a/version.py b/version.py
index 2238c0ed358..f4162cec6c9 100644
--- a/version.py
+++ b/version.py
@@ -2,6 +2,6 @@ short_name = "godot"
name = "Godot Engine"
major = 3
minor = 0
-patch = 2
-status = "devel"
+patch = 1
+status = "stable"
module_config = ""