Skip to content
Snippets Groups Projects
Forked from ogs / ogs
Source project has a limited visibility.
  • Lars Bilke's avatar
    42befe31
    OGS version information is now handled by its git tag. · 42befe31
    Lars Bilke authored
    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.
    42befe31
    History
    OGS version information is now handled by its git tag.
    Lars Bilke authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.