#1
|
|||
|
|||
VersionInfo in Delphi builds
I am still evaluating VisualBuildPro so maybe my question is a little silly, but I have trouble getting the version info for my Delphi builds right.
Firstly, I use Team Coherence for the version management and our rule here is that only source (.PAS, .DPR and .RC) are placed under version management. This is to prevent programmers from booking in config or machine generated files that may alter the build outcome. I compile my resource (*.RC) files first and want to use VisualBuildPro to manage the build number (file version number). Somehow VisualBuildPro also modifies the ProductVersion and changes this to 1.0.0.0. Should I rather try to increment the build number myself? |
#2
|
|||
|
|||
The Make Delphi action should only update the product version if 'Update the Product version' is checked on the Versions tab.
http://www.visualbuild.com/Manual/delphversiontab.htm If that is not the case, please ZIP and send or post: 1) The info from Help | About | Install Info 2) The .bld file 3) A build log file 4) The Delphi project files (no source code files) Thanks. |
|
|