diff options
author | Rossen Apostolov <rossen@kth.se> | 2014-06-10 11:19:21 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2014-06-16 13:51:54 (GMT) |
commit | f38717324267c2da69c20a0f1918ce8ef1e66be7 (patch) | |
tree | 7b7da0f06764162a66df5e1c3da34cc5acec14b4 /include/version.h.in | |
parent | d4ccc39c47884a3f35470defdf8c94220f0ea725 (diff) |
Added project and API versions to CMakeLists.txt.
TNG_VERSION was renamed to TNG_API_VERSION which is configured
through API_VERSION in CMakeLists.txt.
Updated the header to 2014.
Change-Id: I6a37825cd1d236927ac0e21a797abc4e98f7ce59
Diffstat (limited to 'include/version.h.in')
-rw-r--r-- | include/version.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/version.h.in b/include/version.h.in new file mode 100644 index 0000000..840e454 --- /dev/null +++ b/include/version.h.in @@ -0,0 +1,7 @@ +#ifndef VERSION_CONFIG_H +#define VERSION_CONFIG_H + +/* define the API version */ +#define TNG_API_VERSION @API_VERSION@ + +#endif |