浏览代码

Bump version to 2.2-alpha

There are now new developments that will not be in 2.1-stable
Rémi Verschelde 9 年之前
父节点
当前提交
c439a6188c
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      tools/Godot.app/Contents/Info.plist
  2. 2 2
      version.py

+ 2 - 2
tools/Godot.app/Contents/Info.plist

@@ -19,11 +19,11 @@
 	<key>CFBundlePackageType</key>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
 	<key>CFBundleShortVersionString</key>
-	<string>2.1-dev</string>
+	<string>2.2-dev</string>
 	<key>CFBundleSignature</key>
 	<key>CFBundleSignature</key>
 	<string>godot</string>
 	<string>godot</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
-	<string>2.1-dev</string>
+	<string>2.2-dev</string>
 	<key>NSHumanReadableCopyright</key>
 	<key>NSHumanReadableCopyright</key>
 	<string>© 2007-2016 Juan Linietsky, Ariel Manzur</string>
 	<string>© 2007-2016 Juan Linietsky, Ariel Manzur</string>
 	<key>LSMinimumSystemVersion</key>
 	<key>LSMinimumSystemVersion</key>

+ 2 - 2
version.py

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