0
votes

I am using Delphi XE3 to open a Delphi 5 project. And in the "Version Information" of the project, I can see there are many entries, such as "CompanyName", "ProductVersion", etc.. And I use "Auto generate build number" option. However, after re-build the project, I find:

  1. The build number does not increase automatically.
  2. Most of the entries are not included. Only the "ProductVersion", "FileVersion" and "Language" are included. All other entries disappear.
  3. The version information is incorrect. It should be 5.0.0.4, but the actual version is 1.0.0.0.

Why? I have tried "Do not change build number", "Auto increase build number", but all these options do not work.

1
This feature doesn't work very well. Don't use it. Roll your own as part of your build automation.David Heffernan
Are you sure you're checking the correct file? Perhaps you're looking and an old binary compiled before you changed any of version information settings.Disillusioned

1 Answers

1
votes

This is probably caused by the fact that all version information is given for each build configuration and platform. Make sure that the data is entered correctly at all of these places.