The version now automatically increments the patch version with YYdddHH (e.g. 1510610 => its 2015, today is the 106th day, and it's about 10 o'clock) so the version will be 2.0.1510610
You can update the major and minor versions in dist.ini
I've also added a plugin which adds a VERSION variable to all packages at release time and added a --version argument to all scripts which reports the currently installed version.
Bumps the version to 2.0.xxx
I've changed to use semantic versioning: http://semver.org/
The version now automatically increments the patch version with YYdddHH (e.g. 1510610 => its 2015, today is the 106th day, and it's about 10 o'clock) so the version will be 2.0.1510610
You can update the major and minor versions in dist.ini
I've also added a plugin which adds a VERSION variable to all packages at release time and added a --version argument to all scripts which reports the currently installed version.