diff --git a/tools/Godot.app/Contents/Info.plist b/tools/Godot.app/Contents/Info.plist index 37c80fc8a30..2a3e7271335 100755 --- a/tools/Godot.app/Contents/Info.plist +++ b/tools/Godot.app/Contents/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.1-dev + 2.2-dev CFBundleSignature godot CFBundleVersion - 2.1-dev + 2.2-dev NSHumanReadableCopyright © 2007-2016 Juan Linietsky, Ariel Manzur LSMinimumSystemVersion diff --git a/version.py b/version.py index 19ff05f7152..bf1d33c1cf1 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ short_name="godot" name="Godot Engine" major=2 -minor=1 -status="rc1" +minor=2 +status="alpha"