浏览代码

Bump version to 3.0-beta a.k.a. *feature freeze*

*Feature freeze* means that from now on, no new features will be considered
for Godot 3.0, unless explicitely decided by core developers.

New pull requests implementing additional features will be automatically
set for the 3.1 milestone, and will only be considered for merging once the
3.0 version goes stable and the *master* branch reopens for feature
development.

Existing PRs made before the freeze will still be reviewed and potentially
be merged, if the features that they implement are deemed important enough
or don't risk to introduce issues.

Otherwise, PRs should now focus on:
- Fixing bugs
- Enhancing existing 3.0 features
Rémi Verschelde 7 年之前
父节点
当前提交
d11a61962f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      version.py

+ 1 - 1
version.py

@@ -2,5 +2,5 @@ short_name = "godot"
 name = "Godot Engine"
 name = "Godot Engine"
 major = 3
 major = 3
 minor = 0
 minor = 0
-status = "alpha"
+status = "beta"
 module_config = ""
 module_config = ""