diff options
author | Sven Gothel <[email protected]> | 2021-08-31 22:37:47 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-08-31 22:37:47 +0200 |
commit | b333478f163179fa9737d17ee30bc7d316f3de27 (patch) | |
tree | 10d16886e79e96b187ae599be3d753d547211dab /include/version.h | |
parent | 7ca6fea44262586d46e17efadbf268d17e242fd2 (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.h | 5 |
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; |