diff options
author | Thomas Bächler <thomas@archlinux.org> | 2011-08-19 19:14:22 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-19 12:23:30 -0500 |
commit | 6bc2b84516c93ef84799671c51d9a51d46b5570f (patch) | |
tree | 2d7d27c9dcdb425d2b30e3b78bb5168d113a7c3b /templates | |
parent | 871cf5ad2d8a97c2c9f9f20e237999acbf5e5f2a (diff) |
download: update to new 2011.08.19 release
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/public/download.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 8bd2e2db..78a2f964 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -9,7 +9,7 @@ <h2>Arch Linux Downloads</h2> - {% with "2010.05" as version %} + {% with "2011.08.19" as version %} <h3>Release Info</h3> <p>All available images can be burned to a CD, mounted as an ISO file, @@ -19,7 +19,7 @@ <ul> <li><strong>Current Release:</strong> <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:{{ version }}">{{ version }}</a></li> - <li><strong>Included Kernel:</strong> 2.6.33.4</li> + <li><strong>Included Kernel:</strong> 3.0.3</li> <li><strong>Resources:</strong> <ul> <li><a href="https://bugs.archlinux.org/index.php?project=6" |