Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Could you give an example for linux kernel versioning? I am not sure how adding +1 somewhere will solve the collision problem. It will simply occurs later. Commented Apr 17, 2018 at 12:40
  • 1
    @Sinatr: The stable released versions of the Linux kernel were 2.2, 2.4, 2.6, etc. Version 2.5 would be an unstable (trunk) version. The trick is in bumping the version number twice between release branches. Commented Apr 17, 2018 at 13:09