aboutsummaryrefslogtreecommitdiffstats
path: root/include/version.h
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-08-31 22:37:47 +0200
committerSven Gothel <[email protected]>2021-08-31 22:37:47 +0200
commitb333478f163179fa9737d17ee30bc7d316f3de27 (patch)
tree10d16886e79e96b187ae599be3d753d547211dab /include/version.h
parent7ca6fea44262586d46e17efadbf268d17e242fd2 (diff)
Properly expose runtime version C++ (DIRECT_BT_VERSION etc) and Java via BTFactory
Diffstat (limited to 'include/version.h')
-rw-r--r--include/version.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/version.h b/include/version.h
deleted file mode 100644
index 7a8a67c9..00000000
--- a/include/version.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#pragma once
-
-extern const char* gVERSION;
-extern const char* gVERSION_SHORT;
-extern const char* gVERSION_API;