diff options
author | RegalMedia <RegalMedia@users.noreply.github.com> | 2016-03-07 20:17:01 -0600 |
---|---|---|
committer | RegalMedia <RegalMedia@users.noreply.github.com> | 2016-03-07 20:17:01 -0600 |
commit | 3d9e26bfce02ddeb7c7e1dd2e9c88a16f4ab046f (patch) | |
tree | fb8cf728c1856f9c780571dca91cc085f8be173e | |
parent | 20308c0475acb4678c9b86c7a4f210c1ec7548dc (diff) |
Update version in Info.plist
Getting info on Godot.app still shows version 1.0.0. Would be nice to have this reflect the real version number via the build system.
-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> |