调整版本定义

This commit is contained in:
gb 2022-07-28 17:38:57 +08:00
parent 7bb27b3f8a
commit 977e2e2cdf
1 changed files with 0 additions and 7 deletions

View File

@ -10,19 +10,12 @@
#include <string.h>
#endif
#ifndef VERSION_MAJOR
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_YEAR 2022
#define VERSION_BUILD 105181
#endif
#define MAKE_VERSION(a, b, c, d) \
((((unsigned long long)(a) & 0x0ffff) << 48) \
| (((unsigned long long)(b) & 0x0ffff) << 32) \
| (((unsigned long long)(c) & 0x0ffff) << 16) \
| (((unsigned long long)(d) & 0x0ffff) << 0))
#define GET_BUILD_VER VERSION_BUILD - 100000
std::string g_scanner_path = "";
static std::string g_sane_name = "";