Revision a86bae77
Added by Pierre-Loïc Garoche about 5 years ago
src/version.ml.in | ||
---|---|---|
1 | 1 |
|
2 |
let number = "@PACKAGE_VERSION@" |
|
2 |
let number = "@PACKAGE_VERSION@-@GITBRANCH@"
|
|
3 | 3 |
|
4 | 4 |
let codename ="@VERSION_CODENAME@" |
5 | 5 |
|
Also available in: Unified diff
- Adding new Makefile target for regression test
- Version now includes current git branch