Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix: Only parse git revision, don't use the tag for version | Blaž Hrastnik | 2022-02-02 |
| | | | | | | If building from source and the source is contained in a larger repository, we'd contain the wrong version. It's also easy to accidentally have a newer tag that would change the version. | ||
* | Add commit hash to version info, if present (#957) | Gygaxis Vainhardt | 2021-11-14 |
* Add commit hash to version info, if present * Rename GIT_HASH to indicate that it includes version, fix linter error * Add whitespace after use statement Co-authored-by: Ivan Tham <pickfire@riseup.net> Co-authored-by: Ivan Tham <pickfire@riseup.net> |