Apache2
|
Go to the source code of this file.
Macros | |
#define | MOD_HTTP2_VERSION "1.15.14" |
#define | MOD_HTTP2_VERSION_NUM 0x010f0e |
#define MOD_HTTP2_VERSION "1.15.14" |
Version number of the http2 module as c string
#define MOD_HTTP2_VERSION_NUM 0x010f0e |
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.