From 4aa05ef2f8a9ed1d534a7d8f2b945744945878e4 Mon Sep 17 00:00:00 2001 From: robs Date: Thu, 29 Nov 2001 16:37:20 +0000 Subject: [PATCH] change version 2.2.12 --- CHANGES | 2 +- mod_fastcgi.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 42f9b72..acd7b22 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -2.2.11 +2.2.12 *) Delay the logging of write errors to the pm to account for shutdown/restart. diff --git a/mod_fastcgi.h b/mod_fastcgi.h index 214ee57..6c92301 100644 --- a/mod_fastcgi.h +++ b/mod_fastcgi.h @@ -1,11 +1,11 @@ /* - * $Id: mod_fastcgi.h,v 1.37 2001/11/17 00:50:21 robs Exp $ + * $Id: mod_fastcgi.h,v 1.38 2001/11/29 16:37:20 robs Exp $ */ #ifndef MOD_FASTCGI_H #define MOD_FASTCGI_H -#define MOD_FASTCGI_VERSION "2.2.11" +#define MOD_FASTCGI_VERSION "2.2.12" /* * # of idle seconds allowed to pass while connected to a FastCGI before aborting -- 2.11.4.GIT