summaryrefslogtreecommitdiff
path: root/modules/http2/h2_version.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2021-02-22 14:11:09 +0000
committerStefan Eissing <icing@apache.org>2021-02-22 14:11:09 +0000
commit309e0838934e8a1f94fca24a7a3881f5bc5a3af0 (patch)
tree3a36b5551b91e75d37730e764f9ff229d5c5f8a3 /modules/http2/h2_version.h
parent42f33b4171aaebc0ab3e62187d12c14a1aebad68 (diff)
downloadhttpd-309e0838934e8a1f94fca24a7a3881f5bc5a3af0.tar.gz
mod_htt2, synch with changes from github module version:
- logio: improvements to reporting of sent bytes for http2 responses - directive H2OutputBuffering, controls if any output should be sent immediately. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1886792 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/h2_version.h')
-rw-r--r--modules/http2/h2_version.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/http2/h2_version.h b/modules/http2/h2_version.h
index 68fd223985..03651c998d 100644
--- a/modules/http2/h2_version.h
+++ b/modules/http2/h2_version.h
@@ -27,7 +27,7 @@
* @macro
* Version number of the http2 module as c string
*/
-#define MOD_HTTP2_VERSION "1.15.14"
+#define MOD_HTTP2_VERSION "1.15.17"
/**
* @macro
@@ -35,6 +35,7 @@
* 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.
*/
-#define MOD_HTTP2_VERSION_NUM 0x010f0e
+#define MOD_HTTP2_VERSION_NUM 0x010f11
+
#endif /* mod_h2_h2_version_h */