Move version to separate file
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user