summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_version.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2015-11-24 15:21:26 +0100
committerStefan Eissing <icing@apache.org>2015-11-24 15:21:26 +0100
commit98a612bb81ab49092e4fc101ea6c855e46739d6b (patch)
treeb88ffe3e9a8fe13e92eda318b3342d624e3c9c2a /modules/http2/h2_version.h
parentFollow up to r1715876: fix typo. (diff)
downloadapache2-98a612bb81ab49092e4fc101ea6c855e46739d6b.tar.xz
apache2-98a612bb81ab49092e4fc101ea6c855e46739d6b.zip
start of PUSH priority handling, fixing core when task produces no response at all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1716146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-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 76dd2db0fc..ef883b29b9 100644
--- a/modules/http2/h2_version.h
+++ b/modules/http2/h2_version.h
@@ -20,7 +20,7 @@
* @macro
* Version number of the h2 module as c string
*/
-#define MOD_HTTP2_VERSION "1.0.6-DEV"
+#define MOD_HTTP2_VERSION "1.0.7-DEV"
/**
* @macro
@@ -28,7 +28,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 0x010006
+#define MOD_HTTP2_VERSION_NUM 0x010007
#endif /* mod_h2_h2_version_h */