And just to add a few maybe relevant data points…
Many open source projects use year/month for release numbers.
For example, Ubuntu Linux usually issues releases every April and October and uses versions like 23.04, 23.10, 24.04, 24.10 and 25.04. These releases are supported for 9 months (3 months after the next release). Every fourth release is designated a “long term support” release, with the version having an “LTS” suffix (e.g. 22.04 LTS, 24.04 LTS), which are supported for 5 years (and may have paid support for much longer).
Microsoft’s current Windows versioning scheme is even more interesting. The main product number (10 and now 11) each represent “major” releases. The changes when the product number gets bumped are usually those that will be incompatible with old hardware or otherwise have fundamental changes to the software architecture.
But within each major Microsoft release, they issue “version” releases, which add features but generally don’t break hardware or app compatibility. These versions use date-coded version numbers. Initially, they were year-month (1511, 1607, 1703, 1803, 1809, 1903, 1909, 2004), but today they are half-year (20H2, 21H1, 21H2, 22H2, 23H2, 24H2).
And to make things more confusing, these date-coded version numbers are reused for different products. So Windows 10 has versions 21H2 (November 16, 2021) and 22H2 (October 18, 2022), and Windows 11 also has a 21H2 (October 4, 2021) and 22H2 (September 20, 2022). And another similar set of version numbers for Windows Server (whose main release number has been date-coded since Windows 2000).
I assume there’s some relationship between these (e.g. Windows 10 and 11 being branches from a common code repository and Server being a branch from a corresponding desktop release), but they are definitely not identical.
So when Apple is announcing yet another versioning scheme (apparently year for the major version and sequential numbers for minor/patch versions), it’s really nothing new to the industry and isn’t something I expect to care about, one way or the other.