aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/version.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/version.c.in')
-rw-r--r--cmake/modules/version.c.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/modules/version.c.in b/cmake/modules/version.c.in
new file mode 100644
index 00000000..0fdf8534
--- /dev/null
+++ b/cmake/modules/version.c.in
@@ -0,0 +1,4 @@
+#include "version.h"
+
+const char* gVERSION = "@VERSION@";
+const char* gVERSION_SHORT = "@VERSION_SHORT@";