Preparing for the 4.8.0 dev cycle
This commit is contained in:
parent
c96e23f0ff
commit
4c0ee71ab5
3 changed files with 1666 additions and 751 deletions
File diff suppressed because one or more lines are too long
8
docs/upgrades/upgrade_4.7.0-4.8.0.sql
Normal file
8
docs/upgrades/upgrade_4.7.0-4.8.0.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
insert into webguiVersion values ('4.8.0','upgrade',unix_timestamp());
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
package WebGUI;
|
package WebGUI;
|
||||||
our $VERSION = "4.7.0";
|
our $VERSION = "4.8.0";
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
# WebGUI is Copyright 2001-2002 Plain Black LLC.
|
# WebGUI is Copyright 2001-2002 Plain Black LLC.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue