diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2016-03-08 07:35:56 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2016-03-08 07:35:56 +0100 |
commit | 9509d92149084b0aa3993c5da65a83af4857353e (patch) | |
tree | fb8cf728c1856f9c780571dca91cc085f8be173e | |
parent | 20308c0475acb4678c9b86c7a4f210c1ec7548dc (diff) | |
parent | 3d9e26bfce02ddeb7c7e1dd2e9c88a16f4ab046f (diff) |
Merge pull request #3982 from RegalMedia/patch-1
Update version in Info.plist
-rwxr-xr-x | tools/Godot.app/Contents/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Godot.app/Contents/Info.plist b/tools/Godot.app/Contents/Info.plist index cb2db17807..e2a6489782 100755 --- a/tools/Godot.app/Contents/Info.plist +++ b/tools/Godot.app/Contents/Info.plist @@ -19,11 +19,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0.0</string> + <string>2.0.1</string> <key>CFBundleSignature</key> <string>godot</string> <key>CFBundleVersion</key> - <string>1.0.0</string> + <string>2.0.1</string> <key>NSHumanReadableCopyright</key> <string>© 2007-2016 Juan Linietsky, Ariel Manzur</string> <key>LSMinimumSystemVersion</key> |