瀏覽代碼

Release 2.1.3-stable

Rémi Verschelde 8 年之前
父節點
當前提交
8df5b7151f
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      misc/dist/osx_tools.app/Contents/Info.plist
  2. 1 1
      version.py

+ 2 - 2
misc/dist/osx_tools.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.2</string>
+	<string>2.1.3</string>
 	<key>CFBundleSignature</key>
 	<key>CFBundleSignature</key>
 	<string>godot</string>
 	<string>godot</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
-	<string>2.1.2</string>
+	<string>2.1.3</string>
 	<key>NSHumanReadableCopyright</key>
 	<key>NSHumanReadableCopyright</key>
 	<string>© 2007-2017 Juan Linietsky, Ariel Manzur</string>
 	<string>© 2007-2017 Juan Linietsky, Ariel Manzur</string>
 	<key>LSMinimumSystemVersion</key>
 	<key>LSMinimumSystemVersion</key>

+ 1 - 1
version.py

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