diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-19 03:57:43 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-19 03:57:43 +0000 |
commit | 49b797222d0dda7868e5b6ce566723fe2a6248f1 (patch) | |
tree | 0468902a1a76cbc55f5ffed573c4c1f8213509b6 /Resources/Plists/Info.plist | |
parent | 8b0f587b6aa4e16a2a7ba88cbb6f3a5165c52f45 (diff) | |
download | sequelpro-49b797222d0dda7868e5b6ce566723fe2a6248f1.tar.gz sequelpro-49b797222d0dda7868e5b6ce566723fe2a6248f1.tar.bz2 sequelpro-49b797222d0dda7868e5b6ce566723fe2a6248f1.zip |
Display the short revision hash of the build alongside the revision number in the about dialog.
Diffstat (limited to 'Resources/Plists/Info.plist')
-rw-r--r-- | Resources/Plists/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index 0d62b893..d2107a25 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -176,6 +176,8 @@ </array> <key>CFBundleVersion</key> <string></string> + <key>SPVersionShortHash</key> + <string></string> <key>FRFeedbackReporter.maxConsoleLogSize</key> <integer>10000</integer> <key>FRFeedbackReporter.targetURL</key> |