1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Release 2.1.3-stable

This commit is contained in:
Rémi Verschelde
2017-04-10 23:44:55 +02:00
parent 3b687c5474
commit 8df5b7151f
2 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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"