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"; #-------------------------------------------------------------------