Preparing for the 4.2.0 dev cycle.
This commit is contained in:
parent
b71a503486
commit
f9250cd34c
3 changed files with 90 additions and 18 deletions
File diff suppressed because one or more lines are too long
2
docs/upgrades/upgrade_4.1.0-4.2.0.sql
Normal file
2
docs/upgrades/upgrade_4.1.0-4.2.0.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
insert into webguiVersion values ('4.2.0','upgrade',unix_timestamp());
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
package WebGUI;
|
||||
our $VERSION = "4.1.0";
|
||||
our $VERSION = "4.2.0";
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# WebGUI is Copyright 2001-2002 Plain Black Software.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue