diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index c8ba7d1e8..b21f4a4fa 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -1,3 +1,7 @@ +6.2.2 + + + 6.2.1 - Fixed a GUID quoting bug in WebGUI.pm setCollateral. - Fixed all sorts of GUID related bugs in the Forums. diff --git a/docs/previousVersion.sql b/docs/previousVersion.sql index e7e04a89a..61202102e 100644 --- a/docs/previousVersion.sql +++ b/docs/previousVersion.sql @@ -3093,7 +3093,7 @@ CREATE TABLE webguiVersion ( -- -INSERT INTO webguiVersion VALUES ('6.2.0','initial install',unix_timestamp()); +INSERT INTO webguiVersion VALUES ('6.2.1','initial install',unix_timestamp()); -- -- Table structure for table `wobject` diff --git a/docs/upgrades/upgrade_6.2.1-6.2.2.sql b/docs/upgrades/upgrade_6.2.1-6.2.2.sql new file mode 100644 index 000000000..79dfb6d8e --- /dev/null +++ b/docs/upgrades/upgrade_6.2.1-6.2.2.sql @@ -0,0 +1,2 @@ +insert into webguiVersion values ('6.2.1','upgrade',unix_timestamp()); + diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 54cf92472..7166c62d2 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -1,5 +1,5 @@ package WebGUI; -our $VERSION = "6.2.1"; +our $VERSION = "6.2.2"; #------------------------------------------------------------------- # WebGUI is Copyright 2001-2004 Plain Black Corporation.