preparing for 6.7.0 development
This commit is contained in:
parent
2fd3cb57f3
commit
16c5b4e8ee
2 changed files with 4 additions and 2 deletions
2
docs/upgrades/upgrade_6.6.3-6.7.0.sql
Normal file
2
docs/upgrades/upgrade_6.6.3-6.7.0.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
insert into webguiVersion values ('6.7.0','upgrade',unix_timestamp());
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
package WebGUI;
|
||||
our $VERSION = "6.6.2";
|
||||
our $STATUS = "gamma";
|
||||
our $VERSION = "6.7.0";
|
||||
our $STATUS = "beta";
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# WebGUI is Copyright 2001-2005 Plain Black Corporation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue