Apache HTTPD
Macros
h2_version.h File Reference

Go to the source code of this file.

Macros

#define MOD_HTTP2_VERSION   "2.0.22"
 
#define MOD_HTTP2_VERSION_NUM   0x020016
 

Macro Definition Documentation

◆ MOD_HTTP2_VERSION

#define MOD_HTTP2_VERSION   "2.0.22"

@macro Version number of the http2 module as c string

Definition at line 30 of file h2_version.h.

◆ MOD_HTTP2_VERSION_NUM

#define MOD_HTTP2_VERSION_NUM   0x020016

@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.

Definition at line 38 of file h2_version.h.