I’ve seen a common, I guess you could say naming convention, for version names. Ex. 1.0.3
It is my understanding that it is {main}.{major}.{minor}. Does anyone know of some good articles that explain what each of those consists of? Or perhaps could just shed some light on it for me.
I googled it for you: I typed ‘versioning’ and first link I got was:
http://en.wikipedia.org/wiki/Software_versioning
HTH
BTW – there is no syntax. If you are producing a software, adopt any scheme that feels logical to you. You can always have your versioning upgraded if something will feel more right to you at later time.
Don’t forget to upgrade versioning version also 🙂