Merge branch release-2016
[gromacs.git] / src / external / tng_io / include / tng / version.h.in
blob662e68ff75446aba2f2f9d3214d2e56d9dd82dbd
1 #ifndef VERSION_CONFIG_H
2 #define VERSION_CONFIG_H
4 /* define the API version (integer) */
5 #define TNG_API_VERSION @TNG_API_VERSION@
7 /* define the major and minor versions
8 of the library */
9 #define TNG_VERSION_MAJOR @TNG_MAJOR_VERSION@
10 #define TNG_VERSION_MINOR @TNG_MINOR_VERSION@
11 /* define the patchlevel of the library */
12 #define TNG_VERSION_PATCHLEVEL @TNG_VERSION_PATCH_LEVEL@
13 /* define the full version of the library (string) */
14 #define TNG_VERSION "@TNG_IO_VERSION@"
16 #endif