<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - macOS: Version info only shows three digits, not full version information"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=74244#c25">Comment # 25</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - macOS: Version info only shows three digits, not full version information"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=74244">bug 74244</a>
              from <span class="vcard"><a class="email" href="mailto:eisa01@gmail.com" title="eisa01 <eisa01@gmail.com>"> <span class="fn">eisa01</span></a>
</span></b>
        <pre>I submitted a patch to gerrit to fix the issue that 6.4.0.3 shows up as 6.4.3
<a href="https://gerrit.libreoffice.org/c/core/+/94623/1">https://gerrit.libreoffice.org/c/core/+/94623/1</a>

I now see that the recommended would actually have been to use the three
version identifier for ShortVersionString as that should be for released
versions, while the BundleVersion can have all four, the fourth is just ignored
if it exceeds three (assume the same happens for the short string)

But, I think the current patch is sufficient

CFBundleShortVersionString (String - iOS, macOS) specifies the release version
number of the bundle, which identifies a released iteration of the app.

CFBundleVersion - used for unreleased (so LO would use four integers)
While developing a new version of your app, you can include a suffix after the
number that is being updated; for example 3.1.3a1. The character in the suffix
represents the stage of development for the new version. For example, you can
represent development, alpha, beta, and final candidate, by d, a, b, and fc.
The final number in the suffix is the build version, which cannot be 0 and
cannot exceed 255. When you release the new version of your app, remove the
suffix.

You can include more integers but the system ignores them.
<a href="https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-102364">https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-102364</a>

<a href="https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion?language=objc">https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion?language=objc</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>