Info.plist: set CFBundleShortVersionString to 1.0
commit0c951ed21b660e2dd7259da81f825246a5e11c41
authorJohn Foerch <jjfoerch@earthlink.net>
Mon, 20 Feb 2012 13:25:16 +0000 (20 08:25 -0500)
committerJohn Foerch <jjfoerch@earthlink.net>
Mon, 20 Feb 2012 13:25:16 +0000 (20 08:25 -0500)
treea85649d9566b992f22ac612fc6e4aa9c0d65ab6a
parent18b70c088dc0facd55983cce89f1f75451a6eed5
Info.plist: set CFBundleShortVersionString to 1.0

According to the docs, this key is supposed to be a release version number
for the app, while CFBundleVersion may be an unreleased version number.
Apple's documentation is fairly specific about the format of a version
string (x.y.z) but we can't change our whole version system just for them.
Info.plist