Preparing for 4.0.3 bugfix cycle.

This commit is contained in:
JT Smith 2002-06-14 01:36:51 +00:00
parent d12891105d
commit 5c63593efc
4 changed files with 6 additions and 4 deletions

View file

@ -4498,7 +4498,7 @@ CREATE TABLE webguiVersion (
--
INSERT INTO webguiVersion VALUES ('4.0.2','intitial install',unix_timestamp());
INSERT INTO webguiVersion VALUES ('4.0.3','intitial install',unix_timestamp());
--
-- Table structure for table 'wobject'

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,2 @@
insert into webguiVersion values ('4.0.3','upgrade',unix_timestamp());

View file

@ -1,5 +1,5 @@
package WebGUI;
our $VERSION = "4.0.2";
our $VERSION = "4.0.3";
#-------------------------------------------------------------------
# WebGUI is Copyright 2001-2002 Plain Black Software.