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
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: AdditionalObjectDeleter.hpp:22
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