summaryrefslogtreecommitdiff
path: root/modules/http2/h2_version.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2018-10-10 11:22:53 +0000
committerStefan Eissing <icing@apache.org>2018-10-10 11:22:53 +0000
commit67ff31299459d3f925313ccc7357725feb2a57a4 (patch)
treefd23f351f7c5904cd76eb0e0cd3ba6ba53f380a9 /modules/http2/h2_version.h
parent2a7b6a7fd10e43643e5fa81204336f223f245064 (diff)
downloadhttpd-67ff31299459d3f925313ccc7357725feb2a57a4.tar.gz
mod_http2: bringing some signed/unsigned casting goodness, aligning with github mod-h2 again
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1843424 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 d4e705340d..c88982e1da 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.11.0-DEV"
+#define MOD_HTTP2_VERSION "1.11.2-DEV"
/**
* @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 0x010b00
+#define MOD_HTTP2_VERSION_NUM 0x010b02
#endif /* mod_h2_h2_version_h */