From 7efdd08c89ca906fab5cc2659b01e8a8763aa91e Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 10 Jun 2002 23:37:11 +0000 Subject: [PATCH] Preparing for the 4.0.2 bug fix cycle. --- docs/create.sql | 2 +- docs/previousVersion.sql | 2 +- docs/upgrades/upgrade_4.0.1-4.0.2.sql | 2 ++ lib/WebGUI.pm | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 docs/upgrades/upgrade_4.0.1-4.0.2.sql diff --git a/docs/create.sql b/docs/create.sql index 802335b4f..6fc4bd752 100644 --- a/docs/create.sql +++ b/docs/create.sql @@ -4499,7 +4499,7 @@ CREATE TABLE webguiVersion ( -- -INSERT INTO webguiVersion VALUES ('4.0.1','intitial install',unix_timestamp()); +INSERT INTO webguiVersion VALUES ('4.0.2','intitial install',unix_timestamp()); -- -- Table structure for table 'wobject' diff --git a/docs/previousVersion.sql b/docs/previousVersion.sql index 3f2527364..802335b4f 100644 --- a/docs/previousVersion.sql +++ b/docs/previousVersion.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' diff --git a/docs/upgrades/upgrade_4.0.1-4.0.2.sql b/docs/upgrades/upgrade_4.0.1-4.0.2.sql new file mode 100644 index 000000000..0db8a4ab6 --- /dev/null +++ b/docs/upgrades/upgrade_4.0.1-4.0.2.sql @@ -0,0 +1,2 @@ +insert into webguiVersion values ('4.0.2','upgrade',unix_timestamp()); + diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 00d7b93bc..462143c8a 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -1,5 +1,5 @@ package WebGUI; -our $VERSION = "4.0.1"; +our $VERSION = "4.0.2"; #------------------------------------------------------------------- # WebGUI is Copyright 2001-2002 Plain Black Software.