diff options
author | stuconnolly <stuart02@gmail.com> | 2008-12-10 19:04:21 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2008-12-10 19:04:21 +0000 |
commit | a291848bceeb1dc59a1ae803148b8988d94ace54 (patch) | |
tree | 75e8bcf80b42bd622c75cf3f3366fdd4d4f92b38 /Resources | |
parent | 6ec61f4201c87741fb99ea0c65b2e4055ce46b9d (diff) | |
download | sequelpro-a291848bceeb1dc59a1ae803148b8988d94ace54.tar.gz sequelpro-a291848bceeb1dc59a1ae803148b8988d94ace54.tar.bz2 sequelpro-a291848bceeb1dc59a1ae803148b8988d94ace54.zip |
Added perl script to automatically add the build version to Info.plist.
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist index e3851dd8..ab10cc48 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -44,7 +44,7 @@ <key>CFBundleShortVersionString</key> <string>0.9.3</string> <key>CFBundleVersion</key> - <string>238</string> + <string></string> <key>NSAppleScriptEnabled</key> <string>YES</string> <key>NSHumanReadableCopyright</key> |