summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--download.html10
-rw-r--r--download.tmpl4
2 files changed, 7 insertions, 7 deletions
diff --git a/download.html b/download.html
index 7b7d4b3..f12fcb4 100644
--- a/download.html
+++ b/download.html
@@ -65,13 +65,13 @@
<div id="centercontent">
<h1>Cheetah Downloads</h1>
-<p>The most recent <em>stable</em> release of Community Cheetah is <strong>Cheetah v2.1.1</strong> which was released
-on April 16th, 2009. The most recent "mainstream" release of Cheetah (i.e. from SourceForge and the original
+<p>The most recent <em>stable</em> release of Community Cheetah is <strong>Cheetah v2.2.0</strong> which was released
+on May 17th, 2009. The most recent "mainstream" release of Cheetah (i.e. from SourceForge and the original
author) was released on November 16th, 2007 (v2.0.1).</p>
-<h2>Download v2.1.1</h2>
+<h2>Download v2.2.0</h2>
<ul>
-<li><a href="http://github.com/rtyler/cheetah/tarball/v2.1.1">v2.1.1 tarball</a></li>
-<li><a href="http://github.com/rtyler/cheetah/zipball/v2.1.1">v2.1.1 zip</a></li>
+<li><a href="http://github.com/rtyler/cheetah/tarball/v2.2.0">v2.2.0 tarball</a></li>
+<li><a href="http://github.com/rtyler/cheetah/zipball/v2.2.0">v2.2.0 zip</a></li>
</ul>
<p>You can keep up to date with release candidates, and other misc downloads provided by Community Cheetah
by visiting the <a href="http://github.com/rtyler/cheetah/downloads">GitHub downloads page</a></p>
diff --git a/download.tmpl b/download.tmpl
index 85621f7..d975d53 100644
--- a/download.tmpl
+++ b/download.tmpl
@@ -8,8 +8,8 @@
#def content()
#transform Markdown
-#set currentVersion = 'v2.1.1'
-#set releaseDate = 'April 16th, 2009'
+#set currentVersion = 'v2.2.0'
+#set releaseDate = 'May 17th, 2009'
Cheetah Downloads
=================