Skip to content
Snippets Groups Projects
Commit 42befe31 authored by Lars Bilke's avatar Lars Bilke
Browse files

OGS version information is now handled by its git tag.

When the current commit is also a tag then the version is the tag name,
e.g. "6.0.1". When the current commit is not a tag then the ogs version
is the last tag + number of commits since then + current commit short
hash, e.g. "6.0.1-140-g80ac475".

This info is available in BaseLib::BuildInfo::git_describe. Use it to
uniquely set the OGS version.
parent 80ac475b
No related branches found
No related tags found
No related merge requests found
Showing
with 34 additions and 30 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment