Reputation: 83
I can change the release version from 0.9 to 1.0 in Delphi VCL, but it won't stick, and reverts back to 0.9 when I re-enter the Options / Version Info. How do I fix this?
Upvotes: 0
Views: 138
Reputation: 1483
I would recommend to create your own version resource and include it.
This makes you completely independant of the delphi version information settings and makes sure that it is always consistant also when compiling from the command line without using the .dproj file and you can use it for multiple exes if your project contains more than one.
Here please find detailed information on how to do it. It is easy.
Upvotes: 2