diff options
| author | RegalMedia | 2016-03-07 20:17:01 -0600 |
|---|---|---|
| committer | Rémi Verschelde | 2016-04-02 21:59:49 +0200 |
| commit | 0a24f562fb81a1e16715fab93d52dfeab2d1a9dd (patch) | |
| tree | fb6e13e122aab9f412d295f1ffda437dab7f7727 | |
| parent | 60e4cfbcb78b158ea366dab2e36fa08509d93355 (diff) | |
| download | godot-0a24f562fb81a1e16715fab93d52dfeab2d1a9dd.tar.gz godot-0a24f562fb81a1e16715fab93d52dfeab2d1a9dd.tar.zst godot-0a24f562fb81a1e16715fab93d52dfeab2d1a9dd.zip | |
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.
(cherry picked from commit 3d9e26bfce02ddeb7c7e1dd2e9c88a16f4ab046f)
| -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 cb2db1780..e2a648978 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> |
