Tagged Questions
19
votes
10answers
1k views
[YYYY].[MM].[DD].[hh][mm] vs. [major].[minor].[revision] [duplicate]
Possible Duplicate:
What “version naming convention” do you use?
I am currently debating between the traditional versioning convention [major].[minor].[revision] and my own, ...
52
votes
14answers
6k views
What “version naming convention” do you use?
Are different version naming conventions suited to different projects? What do you use and why?
Personally, I prefer a build number in hexadecimal (e.g 11BCF), this should be incremented very ...