change versions to 7.8.0

This commit is contained in:
Graham Knop 2009-09-02 01:46:41 -05:00
parent 36dd8eeb11
commit 4bf61807f7
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
7.7.20 7.8.0
7.7.19 7.7.19
- fixed #10838: Forwarded forum post email to new CS adds reply to original thread - fixed #10838: Forwarded forum post email to new CS adds reply to original thread

View file

@ -24,7 +24,7 @@ use WebGUI::Storage;
use WebGUI::Asset; use WebGUI::Asset;
my $toVersion = '7.7.20'; my $toVersion = '7.8.0';
my $quiet; # this line required my $quiet; # this line required

View file

@ -1,8 +1,8 @@
package WebGUI; package WebGUI;
our $VERSION = '7.7.20'; our $VERSION = '7.8.0';
our $STATUS = 'stable'; our $STATUS = 'beta';
=head1 LEGAL =head1 LEGAL