From 6e860130be6c436a13a8e2dd80cf256395dc5bdc Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 14 Nov 2015 02:37:52 -0500 Subject: download page: add note about unstable releases --- (limited to 'site/common/variables.php') 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") + ) + ); ?> -- cgit v0.9.1