diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-01-22 11:29:29 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-01-22 11:29:29 +0200 |
commit | 16438d226998f9aca9bfa36cd5cf19866d6deff2 (patch) | |
tree | b508c357fa7909496807898f5c7b434b43f21b35 | |
parent | 3b73cec39e79fb4494e6992528b190a6c445b239 (diff) |
MAINT-8065 Full version of the build in the applications is not displayed after install
-rw-r--r-- | indra/newview/Info-SecondLife.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/Info-SecondLife.plist b/indra/newview/Info-SecondLife.plist index 8aabd6818b..af4cf26ac6 100644 --- a/indra/newview/Info-SecondLife.plist +++ b/indra/newview/Info-SecondLife.plist @@ -21,7 +21,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string> + <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> |