it's official, we're skipping the 6.9 releases and going straight for 7.0 betas (which will be called 6.99)

This commit is contained in:
JT Smith 2006-02-26 19:07:35 +00:00
parent eea0cc0569
commit 357794959a
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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

View file

@ -1,5 +1,5 @@
package WebGUI;
our $VERSION = "6.9.0";
our $VERSION = "6.99.0";
our $STATUS = "beta";
#-------------------------------------------------------------------