message no. 162171
Posted by PhysicsSucks in #github at 2017-01-29T13:41:14Z
I started working with github recently and I know that each time you commit a project its version increases eg. 0.0.1, 0.0.2 etc. But how do I actually keep track of the version number. For example in C do I just #define a constant somewhere called version and increase it with every commit?