summaryrefslogtreecommitdiff
path: root/modules/http2/h2_version.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2021-04-23 08:01:56 +0000
committerStefan Eissing <icing@apache.org>2021-04-23 08:01:56 +0000
commitf990e5ecad40b100a8a5c7c1033c46044a9cb244 (patch)
tree9c31e9aa7242084d1e8f52d449deae349b1f1536 /modules/http2/h2_version.h
parentabc8db91ca9f7d8b4e47b4aa13dc45b99a215a7f (diff)
downloadhttpd-f990e5ecad40b100a8a5c7c1033c46044a9cb244.tar.gz
mod_htt2: fix incomplete sync with latest changes in github, adjust version number.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1889119 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 03651c998d..c8b1106439 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.17"
+#define MOD_HTTP2_VERSION "1.15.18"
/**
* @macro
@@ -35,7 +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 0x010f11
+#define MOD_HTTP2_VERSION_NUM 0x010f12
#endif /* mod_h2_h2_version_h */