summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2017-08-04 10:15:14 +0000
committerStefan Eissing <icing@apache.org>2017-08-04 10:15:14 +0000
commit81337c3911d15169b9079cb2fe027e37b3cde16c (patch)
treeb9561f91f305260fffe6f1967868528ea993e8e6
parent869fbe09dea8c52213158f2d25ded1c5aaf9a861 (diff)
downloadhttpd-81337c3911d15169b9079cb2fe027e37b3cde16c.tar.gz
mod_http2: non-dev version for backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1804090 13f79535-47bb-0310-9956-ffa450edef68
-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 ac029bbe6b..c5e356e354 100644
--- a/modules/http2/h2_version.h
+++ b/modules/http2/h2_version.h
@@ -26,7 +26,7 @@
* @macro
* Version number of the http2 module as c string
*/
-#define MOD_HTTP2_VERSION "1.10.10-DEV"
+#define MOD_HTTP2_VERSION "1.10.10"
/**
* @macro