Preparing for the 4.0.2 bug fix cycle.
This commit is contained in:
parent
61a8d67e99
commit
7efdd08c89
4 changed files with 5 additions and 3 deletions
|
|
@ -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'
|
-- Table structure for table 'wobject'
|
||||||
|
|
|
||||||
|
|
@ -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'
|
-- Table structure for table 'wobject'
|
||||||
|
|
|
||||||
2
docs/upgrades/upgrade_4.0.1-4.0.2.sql
Normal file
2
docs/upgrades/upgrade_4.0.1-4.0.2.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
insert into webguiVersion values ('4.0.2','upgrade',unix_timestamp());
|
||||||
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
package WebGUI;
|
package WebGUI;
|
||||||
our $VERSION = "4.0.1";
|
our $VERSION = "4.0.2";
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
# WebGUI is Copyright 2001-2002 Plain Black Software.
|
# WebGUI is Copyright 2001-2002 Plain Black Software.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue