summaryrefslogtreecommitdiffstats
path: root/site/common
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-11-14 02:37:52 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-14 02:37:52 (EST)
commit6e860130be6c436a13a8e2dd80cf256395dc5bdc (patch)
treeee285d543dc3fd53642dba227a08415ed4e17895 /site/common
parent812f1d5acf33605fac16b6837d1f9d262b38f2a4 (diff)
downloadlibreboot.org-6e860130be6c436a13a8e2dd80cf256395dc5bdc.zip
libreboot.org-6e860130be6c436a13a8e2dd80cf256395dc5bdc.tar.gz
libreboot.org-6e860130be6c436a13a8e2dd80cf256395dc5bdc.tar.bz2
download page: add note about unstable releases
Diffstat (limited to 'site/common')
-rw-r--r--site/common/variables.php8
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")
+ )
+ );
?>