Tests - merge basic.t with version.t and convert to python

* _version now outputs "2.4.2 (git-ref)" instead of only "git-ref" when building from git.
* Changelog updated accordingly.
This commit is contained in:
Renato Alves 2015-03-09 15:57:03 +00:00
parent 281edcc38f
commit dda190703e
4 changed files with 65 additions and 97 deletions

View file

@ -24,6 +24,8 @@
- The 'info' command now shows virtual tags.
- Fixed major on-modify hooks regression where hooks could no longer modify
the tasks handed to them.
- 'task _version' now outputs "2.4.2 (git-ref)" when built from git. "2.4.2"
when built from release tarballs (thanks to Renato Alves).
------ current release ---------------------------