From 357794959acf32a742a49252f94a78ab7b9d95d2 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 26 Feb 2006 19:07:35 +0000 Subject: [PATCH] it's official, we're skipping the 6.9 releases and going straight for 7.0 betas (which will be called 6.99) --- docs/changelog/6.x.x.txt | 2 +- .../{upgrade_6.8.7-6.9.0.pl => upgrade_6.8.7-6.99.0.pl} | 2 +- lib/WebGUI.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/upgrades/{upgrade_6.8.7-6.9.0.pl => upgrade_6.8.7-6.99.0.pl} (99%) diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 5e43b245e..aae773ee8 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -1,4 +1,4 @@ -6.9.0 +6.99.0 - Added a workflow system. - Added a workflow scheduler system. - Converted the runHourly.pl scripts to run as scheduled workflows. diff --git a/docs/upgrades/upgrade_6.8.7-6.9.0.pl b/docs/upgrades/upgrade_6.8.7-6.99.0.pl similarity index 99% rename from docs/upgrades/upgrade_6.8.7-6.9.0.pl rename to docs/upgrades/upgrade_6.8.7-6.99.0.pl index 28f558533..933ffe67b 100644 --- a/docs/upgrades/upgrade_6.8.7-6.9.0.pl +++ b/docs/upgrades/upgrade_6.8.7-6.99.0.pl @@ -17,7 +17,7 @@ use WebGUI::Workflow; use WebGUI::Workflow::Cron; use WebGUI::Group; -my $toVersion = "6.9.0"; # make this match what version you're going to +my $toVersion = "6.99.0"; # make this match what version you're going to my $quiet; # this line required diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 6602111a2..0ee7ee956 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -1,5 +1,5 @@ package WebGUI; -our $VERSION = "6.9.0"; +our $VERSION = "6.99.0"; our $STATUS = "beta"; #-------------------------------------------------------------------