I have the following settings for Version Info when building my Delphi 2010 project in FinalBuilder 7.0.0.993. Even if the "Auto-increment build number" is checked, the number never increases. Am I missing something obvious here?
Do you have Regenerate Resource enabled on the Project Tab? The other thing to check is that your delphi project is actually including the generated res file (you should have a {$R *.res} entry in the dpr or dpk file.)