diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-18 05:00:16 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-18 05:00:16 (EDT) |
commit | c1114a3bf58a23055fa24b8f483f7c82e0a42905 (patch) | |
tree | ac7023640543e060ca1462cfdf7d26a87e4860f8 /site/variables.template.php | |
parent | 30c35d4a6208e137e8263754dbf1101e53676b86 (diff) | |
download | libreboot.org-c1114a3bf58a23055fa24b8f483f7c82e0a42905.zip libreboot.org-c1114a3bf58a23055fa24b8f483f7c82e0a42905.tar.gz libreboot.org-c1114a3bf58a23055fa24b8f483f7c82e0a42905.tar.bz2 |
update version
Diffstat (limited to 'site/variables.template.php')
-rw-r--r-- | site/variables.template.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/variables.template.php b/site/variables.template.php index 87aaa9e..8950f8a 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -91,8 +91,12 @@ $lbProjectGpgKeyID = "0x656F212E"; /* release list. format is: version number, then date of release */ + /* latest releases first, earlier releases are at the bottom */ $lbRelease = array ( array ( + array("20150518", "2015-05-18") + ), + array ( array("20150208", "2015-02-08") ), array ( |