View Single Post
  #1  
Old 07-29-2004, 06:30 PM
jmm jmm is online now
Registered User
 
Join Date: 07-29-2004
Posts: 10
Way to set VB6 project version to 1.2.3.4

The main justification for our group to use VBP is to automatically set the File Version in our group's VB6, VC6 & VS.Net automated builds. It does that job very well. I had planned to use a versioning scheme with 4 chunks:

<major>.<minor>.<sr>.<build>

This works (by default) for all source types but VB6. E.G., if I set the Project Version to 1.2.3.4, the resulting VB6 file version is 1.2.0.3. In the VB6 IDE, the Project's Make property only shows 3 version number "chunks". Is there a way around this using VBP? Or will I have to use a 3-chunk scheme?

Thanks!
Reply With Quote