Bump version to 2.1.4-beta

This commit is contained in:
Rémi Verschelde 2017-06-17 14:05:00 +02:00
parent 945f40303a
commit eeb1d94dc9
2 changed files with 4 additions and 4 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.3</string> <string>2.1.4</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>godot</string> <string>godot</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.1.3</string> <string>2.1.4</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 = 3 patch = 4
status = "stable" status = "beta"