xref: /phasta/phSolver/common/phasta_version.h.in (revision 06d45c3e23cf9519431c2d5c7bbad33ddf2fbe7a)
1#ifndef PHASTA_VERSION_H
2#define PHASTA_VERSION_H
3const char* phasta_version() {
4  return "${PHASTA_GIT_SHA1}";
5}
6#endif
7