From 97a02bf2866cba834913c0a93c55927c53ef79a4 Mon Sep 17 00:00:00 2001 From: Stefan Eissing <icing@apache.org> Date: Wed, 23 Sep 2015 09:49:11 +0000 Subject: [PATCH] mod_h2 version bump git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704799 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.40.0