From 61a8d67e99d573a64364f5de114ab28e06bea292 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 10 Jun 2002 01:13:48 +0000 Subject: [PATCH] Preparing for 4.0.1 release. --- docs/create.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/create.sql b/docs/create.sql index 3f2527364..802335b4f 100644 --- a/docs/create.sql +++ b/docs/create.sql @@ -4499,7 +4499,7 @@ CREATE TABLE webguiVersion ( -- -INSERT INTO webguiVersion VALUES ('4.0.0','intitial install',unix_timestamp()); +INSERT INTO webguiVersion VALUES ('4.0.1','intitial install',unix_timestamp()); -- -- Table structure for table 'wobject'