浏览代码

Bump version to 2.1.4-beta

Rémi Verschelde 8 年之前
父节点
当前提交
eeb1d94dc9
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      misc/dist/osx_tools.app/Contents/Info.plist
  2. 2 2
      version.py

+ 2 - 2
misc/dist/osx_tools.app/Contents/Info.plist

@@ -19,11 +19,11 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.1.3</string>
+	<string>2.1.4</string>
 	<key>CFBundleSignature</key>
 	<string>godot</string>
 	<key>CFBundleVersion</key>
-	<string>2.1.3</string>
+	<string>2.1.4</string>
 	<key>NSHumanReadableCopyright</key>
 	<string>© 2007-2017 Juan Linietsky, Ariel Manzur</string>
 	<key>LSMinimumSystemVersion</key>

+ 2 - 2
version.py

@@ -2,5 +2,5 @@ short_name = "godot"
 name = "Godot Engine"
 major = 2
 minor = 1
-patch = 3
-status = "stable"
+patch = 4
+status = "beta"