When building software it’s often useful to give each iteration of your build process a unique number.
Many IDEs and RAD tools do this for you automatically.If yours doesn’t and you’re using a make file to build your code you can add an auto-incrementing build number to your project with a few simple changes to your make file.

read more