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   30099
 Version in form of 10000*major + 100*minor - (is_rc ? 1 : 0)
 

Macro Definition Documentation

◆ USERVER_VERSION_FULL

#define USERVER_VERSION_FULL   30099

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

Examples:

3.0-rc -> 29999
3.0 -> 30000
3.1-rc -> 30099
3.1 -> 30100
3.21 -> 32100
4.0-rc -> 39999
4.0 -> 40000

Definition at line 19 of file version.hpp.