Talk:Version Info
Review note from David Wilhelm
"Determines whether the user can view product identification information.For this option to be available in console applications, you must add {$R *.res} to your project source. " This should be replaced with "Determines whether the user can view product identification information."
AutoGenerated Release + Build
See StackOvflow discussion on Auto Generated Build Numbers: http://stackoverflow.com/questions/8719437/are-the-new-delphi-xe2-autogenerated-build-numbers-linked-to-1-1-2000-000000
Release = number of days since Jan 1 2000
Build = number of seconds since 00:00:00
Response
Thanks for the heads-up, Darian. We will correct the info after verifying with R&D.
KrisHouser (talk) 11:46, 23 October 2012 (PDT)
RS-32991
handmade version info resource have priority and does not conflict
Please note this on the page. If I make MyVersionInfo.res and add directive {$R ClientApp_VerInfo.res} into .dpr file of my project, the compiler will ignore settings of Version info at Project Options dialog. --Nashev (talk) 01:25, 17 May 2017 (PDT)