latest 4 messages by PhysicsSucks

+ [2017-01-29T13:51:48Z] PhysicsSucks so do I create a release on github.com for every time there's a major change in the program?
+ [2017-01-29T13:46:53Z] PhysicsSucks what do you recommend me to do for a program I'm writing in C? Perhaps there's a tool that can integrate with github?
+ [2017-01-29T13:41:14Z] PhysicsSucks 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?