5#define AMPSCI_VERSION "0.0"
6#define AMPSCI_MAJOR_VERSION 0
7#define AMPSCI_MINOR_VERSION 0
Information about the ampsci code (version, compiler etc.).
Definition version.cpp:42
std::string compiled()
String with compilation info, including which compiler was used and the time of compilation.
Definition version.cpp:62
std::string libraries()
String continaing details (version numbers) of libraries (e.g., GSL)
Definition version.cpp:64
std::string version()
String with version info, including git branch/revision, and if any files have been modified since th...
Definition version.cpp:53