From 065918f360220e113b95f42501d5eeb24843e547 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sat, 22 Nov 2003 15:46:05 +0000 Subject: [PATCH] preparing for 5.5.3 dev cycle --- docs/previousVersion.sql | 12 +++++++++++- docs/upgrades/upgrade_5.5.2-5.5.3.sql | 2 ++ lib/WebGUI.pm | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 docs/upgrades/upgrade_5.5.2-5.5.3.sql diff --git a/docs/previousVersion.sql b/docs/previousVersion.sql index ee999a6ac..c9e5b260c 100644 --- a/docs/previousVersion.sql +++ b/docs/previousVersion.sql @@ -1,3 +1,13 @@ +-- MySQL dump 8.23 +-- +-- Host: localhost Database: dev +--------------------------------------------------------- +-- Server version 3.23.58 + +-- +-- Table structure for table `Article` +-- + CREATE TABLE Article ( wobjectId int(11) NOT NULL default '0', image varchar(255) default NULL, @@ -16973,7 +16983,7 @@ CREATE TABLE webguiVersion ( -- -INSERT INTO webguiVersion VALUES ('5.5.1','initial install',unix_timestamp()); +INSERT INTO webguiVersion VALUES ('5.5.2','initial install',unix_timestamp()); -- -- Table structure for table `wobject` diff --git a/docs/upgrades/upgrade_5.5.2-5.5.3.sql b/docs/upgrades/upgrade_5.5.2-5.5.3.sql new file mode 100644 index 000000000..6d52c8abc --- /dev/null +++ b/docs/upgrades/upgrade_5.5.2-5.5.3.sql @@ -0,0 +1,2 @@ +insert into webguiVersion values ('5.5.3','upgrade',unix_timestamp()); + diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 150297fab..ef67244b8 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -1,5 +1,5 @@ package WebGUI; -our $VERSION = "5.5.2"; +our $VERSION = "5.5.3"; #------------------------------------------------------------------- # WebGUI is Copyright 2001-2003 Plain Black LLC.