preparing for 5.4.1 dev cycle

This commit is contained in:
JT Smith 2003-06-26 02:06:01 +00:00
parent c5d7b705da
commit 3bfcedfe00
3 changed files with 1285 additions and 1207 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,2 @@
insert into webguiVersion values ('5.4.1','upgrade',unix_timestamp());
update SQLReport set databaseLinkId = 0 where databaseLinkId is null;

View file

@ -1,5 +1,5 @@
package WebGUI;
our $VERSION = "5.4.0";
our $VERSION = "5.4.1";
#-------------------------------------------------------------------
# WebGUI is Copyright 2001-2003 Plain Black LLC.