]> granicus.if.org Git - apache/commitdiff
mod_h2 version bump
authorStefan Eissing <icing@apache.org>
Wed, 23 Sep 2015 09:49:11 +0000 (09:49 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 23 Sep 2015 09:49:11 +0000 (09:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704799 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_version.h

index df4da02e74464f060f35bdf72b7082fd026e6446..dc2ce2ea3a7070efc0679d99c964d7ada3dbd14a 100644 (file)
@@ -20,7 +20,7 @@
  * @macro
  * Version number of the h2 module as c string
  */
-#define MOD_H2_VERSION "0.9.7"
+#define MOD_H2_VERSION "0.9.9"
 
 /**
  * @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_H2_VERSION_NUM 0x000907
+#define MOD_H2_VERSION_NUM 0x000909
 
 
 #endif /* mod_h2_h2_version_h */