From 00fc082d68fd58e58c94f006fc9b3390f82d53f5 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Thu, 5 Jan 2012 21:42:12 +0000 Subject: [PATCH] bump version in config.h --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index edf8b95..a36b84b 100644 --- a/src/config.h +++ b/src/config.h @@ -14,7 +14,7 @@ along with this program. If not, see . */ -#define VERSION "2.60test6" +#define VERSION "2.60test7" #define FTABSIZ 150 /* max number of outstanding requests (default) */ #define MAX_PROCS 20 /* max no children for TCP requests */