summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorPetre Eftime <[email protected]>2016-05-04 14:32:13 +0300
committerPetre Eftime <[email protected]>2016-05-04 14:32:13 +0300
commitf3298303bbf32b7f49b8aaa85aec3076fd13a2d6 (patch)
tree2c9a26f14b5b510ac6d5a1b2d7c8779904723963 /cmake
parent249b457f16623885db25d3ce58b6bb1de4eb509a (diff)
Add additional version information, including in jar manifest
Signed-off-by: Petre Eftime <[email protected]>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/version.c.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/version.c.in b/cmake/modules/version.c.in
index 0fdf8534..81c07e18 100644
--- a/cmake/modules/version.c.in
+++ b/cmake/modules/version.c.in
@@ -2,3 +2,4 @@
const char* gVERSION = "@VERSION@";
const char* gVERSION_SHORT = "@VERSION_SHORT@";
+const char* gVERSION_API = "@VERSION_API@";