userver: userver/version.hpp File Reference
Loading...
Searching...
No Matches
version.hpp File Reference

Detailed Description

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)
 

Macro Definition Documentation

◆ USERVER_VERSION_FULL

#define USERVER_VERSION_FULL   29999

Version in form of 10000*major + 100*minor - (is_rc ? 1 : 0)

Examples:

2.1 -> 20100
2.16 -> 21600
2.16-rc -> 21599
3.0 -> 30000
3.0-rc -> 29999

Definition at line 17 of file version.hpp.