Preparing for the 4.6.2 bugfix cycle.
This commit is contained in:
parent
3fc1c8e45a
commit
3aaa3bc107
3 changed files with 10 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
8
docs/upgrades/upgrade_4.6.1-4.6.2.sql
Normal file
8
docs/upgrades/upgrade_4.6.1-4.6.2.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
insert into webguiVersion values ('4.6.2','upgrade',unix_timestamp());
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
package WebGUI;
|
||||
our $VERSION = "4.6.1";
|
||||
our $VERSION = "4.6.2";
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# WebGUI is Copyright 2001-2002 Plain Black LLC.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue