Apache2
|
Go to the source code of this file.
Macros | |
#define | MOD_HTTP2_VERSION "2.0.21" |
#define | MOD_HTTP2_VERSION_NUM 0x020015 |
#define MOD_HTTP2_VERSION "2.0.21" |
@macro Version number of the http2 module as c string
#define MOD_HTTP2_VERSION_NUM 0x020015 |
@macro Numerical representation of the version number of the http2 module release. This is a 24 bit number with 8 bits for major number, 8 bits for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.