summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-09-01 13:14:39 +0200
committerRémi Verschelde <rverschelde@gmail.com>2019-09-01 13:14:39 +0200
commita758175da8d2ebad0769fc45679fabe8ef7eacd8 (patch)
tree6fac8fdbe2d5e9c45ff8452a1ee7bd3271616dab
parentc693b5a5bd43474947eaf9a498214f26b1d8dbda (diff)
Bump version to 3.2-alpha
IMPORTANT: This means that the master branch is now considered feature-complete for the upcoming 3.2 release, and thus in *feature freeze*. Unless explicitly allowed by project maintainers, no new feature PRs will be considered for merge until Godot 3.2-stable is released. Current PRs made before the feature freeze will still be reviewed and potentially merged before the beta stage, if deemed satisfactory.
-rw-r--r--version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.py b/version.py
index 09219f60ad..45817ed69f 100644
--- a/version.py
+++ b/version.py
@@ -2,7 +2,7 @@ short_name = "godot"
name = "Godot Engine"
major = 3
minor = 2
-status = "dev"
+status = "alpha"
module_config = ""
year = 2019
website = "https://godotengine.org"