Problems using PropertySet to set version number in Delphi applications

Hi

I have a Contuna CI server that builds a set of applications from the same code base. I'm trying to pass the Continue CI BUILD_NUMBER to FinalBuilder and hardcode Major,Minor and Release version in the FinalBuilder project. I have been struggling with this for hours now but no successL I think the variable is passed correctly since the hardcoded Realase version also is wrong in the file version.

I have put together a float image that shows my steps, and would really appreciate if someone can give me a hint into what I’m missing here? 

Hi Glenn-Ove,

In the TINEAdmin project the generated rc (resource) file might not be included, or another named rc might be included instead. Also the “regenerate resource” option on the project tab of the “Build Delphi” action needs to be turned on to make sure the resource file is recreated.