Build number -
30-07-2004
What is the best way to record build number of your program in MSVC ?
I think build number stands for how many times you have build your project. It is stated in some programs, like version 3.4, build 1234. IMHO it is better than date, 'cause it is automatical and it is also good for you to not lost in your project.
So anyb knows how to do it ? Or is there some option in MSVC which does that for you ? I once made some program which increased some number in file, and was executed everytime i pressed build in MSVC. But i think there is a better way to do it.
|