pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
Version.h
1
5#pragma once
6
7#include <string>
8
12namespace pflib::version {
13
18
23
30
31} // namespace pflib::version
pflib Version file copying parameters in from the CMake build configuration
Definition Version.cxx:7
std::string tag()
get the plain tag version of pflib
Definition Version.cxx:9
std::string debug()
get the full debug version of pflib
Definition Version.cxx:13
std::string git_describe()
get the full git describe of pflib
Definition Version.cxx:11