changed from 4.5.1 to 4.6.0 because we've decided to add features
This commit is contained in:
parent
4151593614
commit
8afc63abd5
3 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +0,0 @@
|
|||
insert into webguiVersion values ('4.5.1','upgrade',unix_timestamp());
|
||||
|
||||
2
docs/upgrades/upgrade_4.5.0-4.6.0.sql
Normal file
2
docs/upgrades/upgrade_4.5.0-4.6.0.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
insert into webguiVersion values ('4.6.0','upgrade',unix_timestamp());
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
package WebGUI;
|
||||
our $VERSION = "4.5.1";
|
||||
our $VERSION = "4.6.0";
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# WebGUI is Copyright 2001-2002 Plain Black LLC.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue