How to: Use git tag and commit hash as version number for your application
2011-12-21
It is a good practice to use a sane version number for your applications. For example, vx.y.z is a common paradigm. I will not debate the x.y.z vs x.y vs whatever. The purpose of those lines is to ...