preparing for the 4.9.1 bugfix cycle.
This commit is contained in:
parent
46e88e90e2
commit
0c524325f8
3 changed files with 1159 additions and 289 deletions
File diff suppressed because one or more lines are too long
8
docs/upgrades/upgrade_4.9.0-4.9.1.sql
Normal file
8
docs/upgrades/upgrade_4.9.0-4.9.1.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
insert into webguiVersion values ('4.9.1','upgrade',unix_timestamp());
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
package WebGUI;
|
||||
our $VERSION = "4.9.0";
|
||||
our $VERSION = "4.9.1";
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# WebGUI is Copyright 2001-2002 Plain Black LLC.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue