From 0c951ed21b660e2dd7259da81f825246a5e11c41 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Mon, 20 Feb 2012 08:25:16 -0500 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info.plist b/Info.plist index 9ee1368..140a291 100644 --- a/Info.plist +++ b/Info.plist @@ -15,7 +15,7 @@ APPL CFBundleShortVersionString - $CONKEROR_SHORT_VERSION$ + 1.0 CFBundleVersion 1.0pre -- 2.11.4.GIT