From ea342832ec0fe035f409e0f7420d1f534b3ba43e Mon Sep 17 00:00:00 2001 From: robs Date: Thu, 19 Jun 2003 02:19:40 +0000 Subject: [PATCH] bump version to 2.4.1 --- mod_fastcgi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod_fastcgi.h b/mod_fastcgi.h index aae5737..a007c84 100644 --- a/mod_fastcgi.h +++ b/mod_fastcgi.h @@ -1,11 +1,11 @@ /* - * $Id: mod_fastcgi.h,v 1.45 2003/01/19 16:36:49 robs Exp $ + * $Id: mod_fastcgi.h,v 1.46 2003/06/19 02:19:40 robs Exp $ */ #ifndef MOD_FASTCGI_H #define MOD_FASTCGI_H -#define MOD_FASTCGI_VERSION "2.4.0" +#define MOD_FASTCGI_VERSION "2.4.1" #define FASTCGI_HANDLER_NAME "fastcgi-script" -- 2.11.4.GIT