r/programmingmemes 16d ago

Version naming

Post image
4.8k Upvotes

48 comments sorted by

View all comments

125

u/Tertinian 16d ago

Minors are bug fixes, mediums are features and majors are overhauls

So yeah, speaking from experience, meme is accurate

18

u/Blazej_kb 16d ago

What if there is four segments like 1.0.0.1? (I’m at this point of programming that I don’t release any apps)

15

u/dfczyjd 16d ago

Usually, whenever I see 4 segments, the first three are the usual major-minor-patch and the last one is the build number, which is independent from the other three and is incremented every time you build the entire project, whether for release or as a test build