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