change versions to 7.8.0
This commit is contained in:
parent
36dd8eeb11
commit
4bf61807f7
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
7.7.20
|
||||
7.8.0
|
||||
|
||||
7.7.19
|
||||
- fixed #10838: Forwarded forum post email to new CS adds reply to original thread
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ use WebGUI::Storage;
|
|||
use WebGUI::Asset;
|
||||
|
||||
|
||||
my $toVersion = '7.7.20';
|
||||
my $toVersion = '7.8.0';
|
||||
my $quiet; # this line required
|
||||
|
||||
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
package WebGUI;
|
||||
|
||||
|
||||
our $VERSION = '7.7.20';
|
||||
our $STATUS = 'stable';
|
||||
our $VERSION = '7.8.0';
|
||||
our $STATUS = 'beta';
|
||||
|
||||
|
||||
=head1 LEGAL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue