View Single Post
  #3  
Old 09-11-2003, 07:01 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
Pre .NET, it's difficult to find a definitive naming of these version fields (if anybody has some precedent on that it would be helpful as this affects the Make VC6 action as well), but in the .NET era Microsoft seems to have changed their mind on their naming. These search hits provide some insight into this issue: http://groups.google.com/groups?hl=e...ld&sa=N&tab=wg

If you follow the first thread, it comes down to this: The ECMA standard (which Microsoft submitted parts of .NET to) says major.minor.revision.build. MSDN (generally) says major.minor.build.revision.

Since the current VS.NET documentation has major.minor.build.revision, I can see an argument for changing VBP to match that, and we'll consider doing that (or maybe we'll just call them field 3 and 4 :^). For now, the important thing is that, whatever you decide to call them, you can increment either field from VBP.
Reply With Quote