summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
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@";