We have a build issue on my team. Whenever we release a new version, we need to go through the code in several places and update the version number. This is time consuming and error prone. We need the version updated: - in a global variable - in a post-build command - in a resource .rc file
Is there any way to inject the version number into the process so that we might only have to update once? We build releases right from Visual Studio.
Thanks.