1
0

Move version to separate file

This commit is contained in:
Scott E. Graves
2017-05-17 13:22:26 -05:00
parent 20d65eabb7
commit cb52206eee
5 changed files with 18 additions and 4 deletions

View File

@@ -2,8 +2,6 @@
#define _SIACOMMON_H
#include <cstdint>
#define SIADRIVE_VERSION_STRING "@SIADRIVE_VERSION@"
#define COMPAT_SIAD_VERSION "@SIA_VERSION@"
#ifdef _WIN32
// Disable DLL-interface warnings
@@ -57,6 +55,9 @@
#include <deque>
using json = nlohmann::json;
SIADRIVE_EXPORTABLE extern const char* SIADRIVE_VERSION_STRING;
SIADRIVE_EXPORTABLE extern const char* COMPAT_SIAD_VERSION;
#define NS_BEGIN(n) namespace n {