Preparing for the 4.7.0 development cycle.
This commit is contained in:
parent
82ae618adc
commit
bede362a30
4 changed files with 2483 additions and 1733 deletions
2103
docs/create.sql
2103
docs/create.sql
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
8
docs/upgrades/upgrade_4.6.9-4.7.0.sql
Normal file
8
docs/upgrades/upgrade_4.6.9-4.7.0.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
insert into webguiVersion values ('4.7.0','upgrade',unix_timestamp());
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
package WebGUI;
|
package WebGUI;
|
||||||
our $VERSION = "4.6.9";
|
our $VERSION = "4.7.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