diff options
-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" |