diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-02 23:02:16 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-02 23:02:25 +0100 |
commit | 45c5c89de961357a7042d9e1f063e288d7a510cf (patch) | |
tree | bf71f53cd604a291bd6b4dadd9edbd756c764092 /version.py | |
parent | 3f3f5a5359973e95e94148676a9793d6f52468f3 (diff) | |
download | redot-engine-45c5c89de961357a7042d9e1f063e288d7a510cf.tar.gz |
Bump version to 3.0-alpha
WARNING: This branch is unstable and should not be used in
production for the time being.
See https://godotengine.org/article/warning-head-going-unstable
for more details.
To get the previous 2.2-alpha unreleased version, you can checkout
the '2.2' branch.
Diffstat (limited to 'version.py')
-rw-r--r-- | version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.py b/version.py index d014a538c9..f0da206837 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ short_name = "godot" name = "Godot Engine" -major = 2 -minor = 2 +major = 3 +minor = 0 status = "alpha" |