PDA

View Full Version : Increment Version question


Jim
06-25-2008, 10:21 AM
Hi...
If you can, please, help me...

I need to set version information of many exe files when compiling VC++ 2005 solution only if they have been changed (i'm using build, not rebuild).
Increment version works well, but i need not to increment - to set it to specific value.

If you have any suggestions, i will be very happy.

kinook
06-25-2008, 11:59 AM
The Make VS 2005 action only has the capability to auto-increment, not set to a specific version, if a project is out of date and gets rebuilt. You would need to store the timestamp of the target executables before building, then check if any have changed after building and set the version + build again if so.