From: Stefan Eissing Date: Wed, 23 Sep 2015 09:49:11 +0000 (+0000) Subject: mod_h2 version bump X-Git-Tag: 2.5.0-alpha~2815 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97a02bf2866cba834913c0a93c55927c53ef79a4;p=apache mod_h2 version bump git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704799 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_version.h b/modules/http2/h2_version.h index df4da02e74..dc2ce2ea3a 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_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 */