Hey All,
Just to be clear I'm not talking about our Project Files which could be named anything on our backup Hard Drives...
I'm talking about the actual published Splash Screen or About > Version we usually see on any software and also available in C3's Project properties.
.
Since I'm new to developing I wonder about how it's done:
How do I "calculate" what number of version to update after every X changes?
Are there any common "rules" that are known between developers instead of just throwing numbers around?
For example:
For every X Bug Fixes + 0.001 to the current version number
For every X New Features + 0.1 to the current version number
etc..
I'm just curious if there is an actual known system of doing this correct or I just throw numbers which seems weird to me but may not be that important, it's pure curiosity but please feel free to share your knowledge. :)