From c439a6188c0c48b1a9d1244ce3c4746678ee6f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 3 Aug 2016 17:55:50 +0200 Subject: [PATCH] Bump version to 2.2-alpha There are now new developments that will not be in 2.1-stable --- tools/Godot.app/Contents/Info.plist | 4 ++-- version.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"