mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Release 2.1.2-stable
This commit is contained in:
parent
b65e553440
commit
c508b5b2e1
2 changed files with 3 additions and 3 deletions
4
tools/dist/osx_tools.app/Contents/Info.plist
vendored
4
tools/dist/osx_tools.app/Contents/Info.plist
vendored
|
|
@ -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.1</string>
|
<string>2.1.2</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>godot</string>
|
<string>godot</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2.1.1</string>
|
<string>2.1.2</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>
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@ short_name = "godot"
|
||||||
name = "Godot Engine"
|
name = "Godot Engine"
|
||||||
major = 2
|
major = 2
|
||||||
minor = 1
|
minor = 1
|
||||||
patch = 1
|
patch = 2
|
||||||
status = "stable"
|
status = "stable"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue