From ae540c2efe2a323839241599dcf1181f6e85166a Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam Date: Sat, 24 Feb 2018 19:21:52 +0100 Subject: [PATCH] Bump version to 3.0.1-stable Thanks everyone for all your amazing work getting our first stable patch release out for the 3.0 series. I'd particularly like to thank @fales and @fire for their work on the server platform. Onwards to 3.0.2! --- misc/dist/osx_tools.app/Contents/Info.plist | 4 ++-- version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist index 828a40206db..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 + 3.0.1 CFBundleSignature godot CFBundleVersion - 3.0 + 3.0.1 NSHumanReadableCopyright © 2007-2018 Juan Linietsky, Ariel Manzur. LSMinimumSystemVersion diff --git a/version.py b/version.py index 21ac85cb9a3..f4162cec6c9 100644 --- a/version.py +++ b/version.py @@ -3,5 +3,5 @@ name = "Godot Engine" major = 3 minor = 0 patch = 1 -status = "devel" +status = "stable" module_config = ""