#1
|
|||
|
|||
Capturing Version Number
Is there a way to capture the version number that is set when using the auto-increment capability? The reason I am asking is because I would like to be able to use the version number in a SourceSafe label.
|
#2
|
|||
|
|||
Nevermind. I located the sample that comes with VBP that shows how to do this.
|
#3
|
|||
|
|||
For VC6/VB6 projects, use the VS6 Get Version action; for VS.NET projects, use the VS.NET Get Version action. See the GetProjVer.bld sample for more details.
|
|
|