From 2c21e5b0cbf052affee4a4409ef671fca3487d24 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Fri, 3 Dec 2021 15:04:17 +0100 Subject: [PATCH] v2.0.1 --- ChangeLog | 2 ++ configure.ac | 2 +- mod_http2/h2_version.h | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index db871586..33404f9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +v2.0.1 +-------------------------------------------------------------------------------- * Improved information displayed in 'server-status' for H2 connections when Extended Status is enabled. Now one can see the last request that IO operations happened on and transferred IO stats are updated as well. diff --git a/configure.ac b/configure.ac index c0dcefd2..d07bce25 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ # AC_PREREQ([2.69]) -AC_INIT([mod_http2], [2.0.0], [stefan.eissing@greenbytes.de]) +AC_INIT([mod_http2], [2.0.1], [stefan.eissing@greenbytes.de]) LT_PREREQ([2.2.6]) LT_INIT() diff --git a/mod_http2/h2_version.h b/mod_http2/h2_version.h index e03e0a11..2476cf8e 100644 --- a/mod_http2/h2_version.h +++ b/mod_http2/h2_version.h @@ -27,7 +27,7 @@ * @macro * Version number of the http2 module as c string */ -#define MOD_HTTP2_VERSION "2.0.0-git" +#define MOD_HTTP2_VERSION "2.0.1-git" /** * @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 0x020000 +#define MOD_HTTP2_VERSION_NUM 0x020001 #endif /* mod_h2_h2_version_h */