<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


Why is this? Just to shorten the version string to 3 digits? </blockquote><div><br></div><div>You mean integers, not digits. And yes, because that is what it is documented that it should be: "CFBundleShortVersionString (String - iOS, OS X) specifies the release version number of the bundle, which identifies a released iteration of the app. The release version number is a string comprised of three period-separated integers"</div>

<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">And if a future long version will be 4.3.1.3, will the short one be 4.3.1, </blockquote>

<div><br></div><div>No it won't. It will be 4.3.1003. See <a href="http://configure.ac">configure.ac</a>, look for MACOSX_BUNDLE_SHORTVERSION.</div><div><br></div><div>--tml</div><div><br></div></div></div></div>