preparing for 6.1.0 dev cycle
This commit is contained in:
parent
da7cf216e5
commit
42307d2167
2 changed files with 4 additions and 1 deletions
3
docs/upgrades/upgrade_6.0.3-6.1.0.sql
Normal file
3
docs/upgrades/upgrade_6.0.3-6.1.0.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
insert into webguiVersion values ('6.1.0','upgrade',unix_timestamp());
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
package WebGUI;
|
||||
our $VERSION = "6.0.3";
|
||||
our $VERSION = "6.1.0";
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# WebGUI is Copyright 2001-2004 Plain Black LLC.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue