preparing for 6.5.2 bugfix cycle
This commit is contained in:
parent
26b5cf5d4c
commit
caf9b3089e
3 changed files with 9 additions and 5 deletions
File diff suppressed because one or more lines are too long
3
docs/upgrades/upgrade_6.5.1-6.5.2.sql
Normal file
3
docs/upgrades/upgrade_6.5.1-6.5.2.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
insert into webguiVersion values ('6.5.2','upgrade',unix_timestamp());
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
package WebGUI;
|
package WebGUI;
|
||||||
our $VERSION = "6.5.1";
|
our $VERSION = "6.5.2";
|
||||||
our $STATUS = "beta";
|
our $STATUS = "beta";
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue