How I can automatically increment the file version in my C/C++ project when I build it? Currently I have to modify the resources manually before I do the build. Is there any script or utility to automate this?
Asked
Active
Viewed 2,800 times
2 Answers
1
There is a discussion on the MSDN Website of different approaches to the problem.
Microsoft have also provided KB237870 that explains a (fairly convoluted) method to automate this.
-1
Can I automatically increment the file build version when using Visual Studio?
Is that what you're looking for?
-
That's for .Net/C#, not for C++ projects which is where the RC files come into play. – Deanna Oct 03 '12 at 09:43