summaryrefslogtreecommitdiff
path: root/modules/http2/h2_version.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2020-07-29 12:15:58 +0000
committerStefan Eissing <icing@apache.org>2020-07-29 12:15:58 +0000
commitf1e4032670b82a84a469f6506de9052fd9df54f8 (patch)
tree79bc117ada352ffec83167309b5cfa485b95c2ca /modules/http2/h2_version.h
parent10c2938383fb037e01e18904b7d66876da5acfc7 (diff)
downloadhttpd-f1e4032670b82a84a469f6506de9052fd9df54f8.tar.gz
*) mod_http2: remote support for abandoned http-wg draft
<https://datatracker.ietf.org/doc/draft-kazuho-h2-cache-digest/>. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880395 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/h2_version.h')
-rw-r--r--modules/http2/h2_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/http2/h2_version.h b/modules/http2/h2_version.h
index 7083f097cb..68fd223985 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.11"
+#define MOD_HTTP2_VERSION "1.15.14"
/**
* @macro
@@ -35,6 +35,6 @@
* 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 0x010f0c
+#define MOD_HTTP2_VERSION_NUM 0x010f0e
#endif /* mod_h2_h2_version_h */