<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - {macOS} Finder shows incorrect version number in column view"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120153#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - {macOS} Finder shows incorrect version number in column view"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120153">bug 120153</a>
              from <span class="vcard"><a class="email" href="mailto:asmaloney+lo@gmail.com" title="Andy M <asmaloney+lo@gmail.com>"> <span class="fn">Andy M</span></a>
</span></b>
        <pre>Interesting, thanks Jan-Marek.

1) 6.1.0.3 becomes 6.1.3 with the current setup which is clearly incorrect and
misleading.

As an end-user, changing this version number the way it does is very confusing.

Since this is a user-facing string, why not just drop the "micro version"
instead of munging it? That would make a lot more sense.

2) According to Apple, in the CFBundleVersion:

- The first number represents the most recent major release and is limited to a
maximum length of four digits.
- The second number represents the most recent significant revision and is
limited to a maximum length of two digits.
- The third number represents the most recent minor bug fix and is limited to a
maximum length of two digits.

So the version number being produced here - 6.1.2001 - is invalid.

(ref:
<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>
)


I could go into "why does the project feel it needs a 'micro version' at all",
but I won't :-)</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>