diff options
Diffstat (limited to 'site/common')
-rw-r--r-- | site/common/variables.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/site/common/variables.php b/site/common/variables.php index 370580a..279c413 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -133,4 +133,12 @@ array("20131212", "2013-12-12") ) ); + + /* release list (unstable/beta). format is: version number, then date of release */ + /* latest releases first, earlier releases are at the bottom */ + $lbBetaRelease = array ( + array ( + array("20151114", "2015-11-14") + ) + ); ?> |