Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be a bit more fail-safe in "build-aux/git-version-gen". | Lukas Fleischer | 2011-04-22 | 1 | -2/+3 |
| | | | | | | | | The existence of a ".git" directory is not a sufficient condition to be sure we are in a Git repository. Only overwrite the version information file if `git describe` returns a non-empty string. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Add Git version string support. | Lukas Fleischer | 2011-04-22 | 1 | -0/+24 |
Introduce a script to auto-generate version strings. Use `git describe` to create descriptive version strings when building from a Git checkout, use ".version" files for release tarballs. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> |