Version macro.
Definition in file version.hpp.
Go to the source code of this file.
Macros | |
| #define | USERVER_VERSION_FULL 30099 |
Version in form of 10000*major + 100*minor - (is_rc ? 1 : 0) | |
| #define USERVER_VERSION_FULL 30099 |
Version in form of 10000*major + 100*minor - (is_rc ? 1 : 0)
Examples:
Definition at line 19 of file version.hpp.