preparing for 7.6.0 dev
This commit is contained in:
parent
aa0bc9128d
commit
ebe2c251e7
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
7.5.22
|
7.6.0
|
||||||
|
|
||||||
7.5.21
|
7.5.21
|
||||||
- fixed: purchase detail screen shows incorrectly in Safari
|
- fixed: purchase detail screen shows incorrectly in Safari
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ use WebGUI::Storage;
|
||||||
use WebGUI::Asset;
|
use WebGUI::Asset;
|
||||||
|
|
||||||
|
|
||||||
my $toVersion = '7.5.22';
|
my $toVersion = '7.6.0';
|
||||||
my $quiet; # this line required
|
my $quiet; # this line required
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
package WebGUI;
|
package WebGUI;
|
||||||
|
|
||||||
|
|
||||||
our $VERSION = '7.5.22';
|
our $VERSION = '7.6.0';
|
||||||
our $STATUS = "stable";
|
our $STATUS = "stable";
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue