preparing for 7.6.0 dev

This commit is contained in:
Graham Knop 2008-08-21 22:20:39 +00:00
parent aa0bc9128d
commit ebe2c251e7
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
7.5.22
7.6.0
7.5.21
- fixed: purchase detail screen shows incorrectly in Safari

View file

@ -22,7 +22,7 @@ use WebGUI::Storage;
use WebGUI::Asset;
my $toVersion = '7.5.22';
my $toVersion = '7.6.0';
my $quiet; # this line required

View file

@ -1,7 +1,7 @@
package WebGUI;
our $VERSION = '7.5.22';
our $VERSION = '7.6.0';
our $STATUS = "stable";