PDA

View Full Version : Capturing Version Number


ShaneJimmerson
12-19-2003, 01:38 PM
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.

ShaneJimmerson
12-19-2003, 02:34 PM
Nevermind. I located the sample that comes with VBP that shows how to do this.

kinook
12-19-2003, 02:41 PM
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.