36inline version application_version;
Definition version.hpp:11
int minor
Incremented on additive change.
Definition version.hpp:15
int git_commits_since_version_tag
The number of commits since the version tag.
Definition version.hpp:29
std::string name
Name of the application or library.
Definition version.hpp:20
bool git_local_changes
There are local changes.
Definition version.hpp:32
std::string git_commit
The git sha.
Definition version.hpp:26
std::string git_branch
Name of the git branch.
Definition version.hpp:23
int patch
Incremented on bug fixes.
Definition version.hpp:17
int major
Incremented on backward incompatible change.
Definition version.hpp:13