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