summaryrefslogtreecommitdiff
path: root/modules/http2/h2_version.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2021-09-23 13:44:58 +0000
committerStefan Eissing <icing@apache.org>2021-09-23 13:44:58 +0000
commitebf7cf2faf3f312b481d47414016cb85d476201d (patch)
tree401d4bd9fbc5d2a299171f1c77eea2e2fdfe88f7 /modules/http2/h2_version.h
parent505c4fcb9a3f27f3491b1e18026ee1f861785c2c (diff)
downloadhttpd-ebf7cf2faf3f312b481d47414016cb85d476201d.tar.gz
* mod_http2: fix version suffix after sync with github
Make shutdown worker wait loop robust against timed wait interruptions and report the correct seconds waited. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893563 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/h2_version.h')
-rw-r--r--modules/http2/h2_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_version.h b/modules/http2/h2_version.h
index 7fea6d974b..40f40a2aa5 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.24-git"
+#define MOD_HTTP2_VERSION "1.15.24"
/**
* @macro