From 440ef4b7562cb8a84fdd9812bf359a9bbe35de4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 22 Mar 2016 18:45:19 +0100 Subject: [PATCH] Enter the 2.1 alpha phase To make it clearer that this branch is more recent than the stable 2.0.x releases. --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index ccab5ff8900..7d64e709859 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ short_name="godot" name="Godot Engine" major=2 -minor=0 -status="stable" +minor=1 +status="alpha"