]> granicus.if.org Git - apache/blobdiff - modules/http2/h2_version.h
On the trunk:
[apache] / modules / http2 / h2_version.h
index fddfbccbac802553bfa2f49f0401531ee640af2f..fc38d8c1c0398f16e1e412c7bc41a73a76dc88fb 100644 (file)
@@ -26,7 +26,7 @@
  * @macro
  * Version number of the http2 module as c string
  */
-#define MOD_HTTP2_VERSION "1.9.4-DEV"
+#define MOD_HTTP2_VERSION "1.10.0-DEV"
 
 /**
  * @macro
@@ -34,7 +34,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 0x010904
+#define MOD_HTTP2_VERSION_NUM 0x010a00
 
 
 #endif /* mod_h2_h2_version_h */