20 #ifndef OPM_MODULEVERSION_HEADER_INCLUDED
21 #define OPM_MODULEVERSION_HEADER_INCLUDED
44 #endif // OPM_MODULEVERSION_HEADER_INCLUDED
std::string moduleVersionName()
Return the version name of the module, for example "2015.10" (for a release branch) or "2016...
Definition: moduleVersion.cpp:28
std::string moduleVersionHash()
Return a (short) git hash for the current version of the module if this is a Release build (as define...
Definition: moduleVersion.cpp:36
std::string moduleVersion()
Return a string containing both the name and hash, if N is the name and H is the hash it will be "N (...
Definition: moduleVersion.cpp:44