In FinalBuilder4 I'm having a problem getting the major, minor, and release versions set for a Visual Studio 2005 project. It does not seem to be changing the version numbers. I used to be able to script something like:
if UpdateVersionsVar = true then
IncludeVerInfo=true
Action.MajorVerion=MajorVerVar
Action.MinorVersion=MinorVerVar
Action.ReleaseVersion=ReleaseVerVar
end if
This worked for FB3 and VC6. Is there aCan I do this in FB4 and Visual Studio 2005? (The VS project is unmanged C++).
Thank you.