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:
parent
eea0cc0569
commit
357794959a
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
package WebGUI;
|
||||
our $VERSION = "6.9.0";
|
||||
our $VERSION = "6.99.0";
|
||||
our $STATUS = "beta";
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue