xtremee Posted September 6, 2008 Posted September 6, 2008 Hello All,I try a lot to understand the system that companies/programmers give to there file(s) but I can't?!!for example: What is the mean of v1.2.048? and when should I increment any number? also why they use three groups in naming?!!
Tarun Posted September 6, 2008 Posted September 6, 2008 Major.Minor.Build.Revisionhttp://en.wikipedia.org/wiki/Software_versioning
xtremee Posted September 7, 2008 Author Posted September 7, 2008 (edited) Thanks very muchIt is really really excellent.Edit:I can't understand this !!Other software packages will pack each segment into a fixed bit width, for example, 5.8.7 could be represented in 24 bits: ( 5 << 16 | 8 << 8 | 7 ). The floating-point scheme will break down if any segment of the version number exceeds 1,000; a packed-binary scheme employing 8 bits apiece after 256. Edited September 7, 2008 by xtremee
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now