diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-06-19 13:45:20 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-06-19 13:45:20 +0200 |
commit | 8733193e6b744295f0f955b78a9323fb2615416c (patch) | |
tree | 5f541508f911d65692ebc6c2e9d168c26446dd43 /docs/website | |
parent | a08d7f44ea855852cff293444813762dbbbbb32f (diff) | |
download | buildroot-8733193e6b744295f0f955b78a9323fb2615416c.tar.gz buildroot-8733193e6b744295f0f955b78a9323fb2615416c.zip |
docs/website/download.html: fix latest LTS version number
Latest is naturally .3, not .1
Reported-by: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/website')
-rw-r--r-- | docs/website/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/website/download.html b/docs/website/download.html index 8da44d76eb..660d1d42f9 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -8,7 +8,7 @@ <div class="panel-heading">Download</div> <div class="panel-body"> - <h3 style="text-align: center;">Latest long term support release: <b>2018.02.1</b></h3> + <h3 style="text-align: center;">Latest long term support release: <b>2018.02.3</b></h3> <div class="row mt centered"> <div class="col-sm-6"> |