50 #include <t8_config.h>
54 #define T8_STRINGIFY(arg) #arg
55 #define T8_STRINGIFY_MIDDLE(arg) T8_STRINGIFY(arg)
58 #define T8_VERSION_POINT_STRING T8_STRINGIFY_MIDDLE(T8_VERSION_POINT)
This is the administrative header file for t8code.
const char * t8_get_version_number()
Return the version number of t8code as a string.
Definition: t8_version.c:38
int t8_get_version_patch()
Return the patch version number of t8code.
Definition: t8_version.c:56
int t8_get_version_minor()
Return the minor version number of t8code.
Definition: t8_version.c:50
const char * t8_get_package_string()
Return the package string of t8code.
Definition: t8_version.c:26
const char * t8_get_version_point_string()
Return the version point string.
Definition: t8_version.c:32
int t8_get_version_major()
Return the major version number of t8code.
Definition: t8_version.c:44