Hi all,
file modules/http2/h2_version.h in 2.4.x contains
#define MOD_HTTP2_VERSION "2.0.22"
and
#define MOD_HTTP2_VERSION_NUM 0x020016
which differs from upstream
#define MOD_HTTP2_VERSION "2.0.29-git"
...
#define MOD_HTTP2_VERSION_NUM 0x02001d
quite a bit. I think the version numbers hasn't been updated after
backporting changes for some time. I don't know, what a good value would
be, or if it would be better to drop it, but it would be nice, if we
wouldn't ship an mod_h2 specific but outdated version number.
Thanks and regards,
Rainer