Hi Gavin,
This is about the best I can do, as far as a reference is concerned:
http://msdn2.microsoft.com/en-us/library/51ket42z(VS.71).aspx
I might add that you can look at a couple of things to see how Microsoft
thinks about versioning. A Major version is the release of a product, so
that when a product is first released, it is version 1 and so on. The Minor
version is basically an intermittent release of a product, such as Microsoft
..Net Platform version 1.1, which came out after the first version, but prior
to the .Net 2.0 platform. It usually represents some minor additions and
corrections that are added while another version is in the works.
The Build and Revision are used internally by the vendor, for keeping track
of the various builds that are created for testing, and the revisions of
each build that are created in-between. You can often see different build
numbers in beta software. Because I work for a small company, I generally
don't use the Revision number, as we aren't likely to more than a couple of
hundred builds before releasing.
--
HTH,
Kevin Spencer
Microsoft MVP
Software Composer
http://unclechutney.blogspot.com
The shortest distance between 2 points is a curve.