소스 검색

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.
Rémi Verschelde 8 년 전
부모
커밋
45c5c89de9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      version.py

+ 2 - 2
version.py

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