12 #ifndef MFEM_VERSION_HPP
13 #define MFEM_VERSION_HPP
int GetVersionMajor()
Return the MFEM major version number as an integer.
const char * GetConfigStr()
Return the MFEM configuration as a string.
const char * GetVersionStr()
Return the MFEM version number as a string.
const char * GetGitStr()
Return the MFEM Git hash as a string.
int GetVersion()
Return the MFEM version number as a single integer.
int GetVersionMinor()
Return the MFEM minor version number as an integer.
int GetVersionPatch()
Return the MFEM version patch number as an integer.