Preparing for the 4.6.2 bugfix cycle.

This commit is contained in:
JT Smith 2002-08-22 03:18:00 +00:00
parent 3fc1c8e45a
commit 3aaa3bc107
3 changed files with 10 additions and 2 deletions

View file

@ -6220,7 +6220,7 @@ CREATE TABLE webguiVersion (
--
INSERT INTO webguiVersion VALUES ('4.6.0','initial install',unix_timestamp());
INSERT INTO webguiVersion VALUES ('4.6.1','initial install',unix_timestamp());
--
-- Table structure for table 'wobject'

View file

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

View file

@ -1,5 +1,5 @@
package WebGUI;
our $VERSION = "4.6.1";
our $VERSION = "4.6.2";
#-------------------------------------------------------------------
# WebGUI is Copyright 2001-2002 Plain Black LLC.