• 0 Posts
  • 28 Comments
Joined 4 months ago
cake
Cake day: July 31st, 2025

help-circle
  • Every release version is stable. That’s bog standard in software development. For the kernel, unstable versions are not release versions, they are release candidates.

    And they do just have an incremented number, as described in the article. Within each branch, for each release, they just increment the release number (which most people, and semver, call patch). Linux is pretty close to semver post-2.6, but I don’t think they limit releases within a minor branch to just bug fixes.