Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-05 | build: add new version mechanism based on VERSION file and a version.sh script | Michael Adam | |
If this is a git checkout, and git is available, then git describe is used. Otherwise, the new checked in VERSION file is taken for the version. This mechanism uses a version.sh script inspired by http://git.musl-libc.org/cgit/musl/tree/tools/version.sh Signed-off-by: Michael Adam <obnox@samba.org> |