• kennebel@lemmy.world
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    14 days ago

    That is 100% up to every team to decide. Version numbering is completely arbitrary.

    • DirigibleProtein@aussie.zone
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      14 days ago

      Since version 3, TeX has used an idiosyncratic version numbering system, where updates have been indicated by adding an extra digit at the end of the decimal, so that the version number asymptotically approaches π. This is a reflection of the fact that TeX is now very stable, and only minor updates are anticipated. The current version of TeX is 3.141592653

    • Cirk2@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      14 days ago

      I wish. Sadly the google play store requires monotonically increasing build numbers, so any option of resetting build numbers after major releases goes out the window.

      • maynarkh@feddit.nl
        link
        fedilink
        arrow-up
        2
        ·
        14 days ago

        Do Google engineers get off on writing software that’s only compatible within their own little world, then offering it as some de facto standard?

        Google Cloud had a ton of these that make it arbitrarily hard to use.

    • Kissaki@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      13 days ago

      I really like Calendar Versioning CalVer.

      Gives so much more meaning to version numbers. Immediately obvious how old, and from when.

      Nobody knows when Firefox 97 released. If it were 22.2 you’d know it’s from February 2022.

      It doesn’t conflict with semver either. You can use y.M.<release>. (I would prefer using yy.MM. but leading 0 is not semver.)

      • jjjalljs@ttrpg.network
        link
        fedilink
        arrow-up
        1
        ·
        13 days ago

        I really dislike calver for like libraries and apis. For something like Firefox it doesn’t matter as much. But for a library? I want to know if this version has breaking changes.