preparing for 6.7.0 development

This commit is contained in:
JT Smith 2005-06-15 14:13:26 +00:00
parent 2fd3cb57f3
commit 16c5b4e8ee
2 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,2 @@
insert into webguiVersion values ('6.7.0','upgrade',unix_timestamp());

View file

@ -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.