# HG changeset patch
# User Armin Rigo <arigo@tunes.org>
# Date 1297267733 0
#      Wed Feb 09 16:08:53 2011 +0000
# Branch extradoc
# Node ID c50aad040cd805238180a6774d6839c1c7c94583
# Parent  2d756d1adbc52c45d5ab6b4cd6d158fc74949b11
Add a paragraph.

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -81,6 +81,8 @@
 <span id="other-versions-without-a-jit"></span><h1>Other versions</h1>
 <p>The other versions of PyPy are:</p>
 <ul class="simple">
+<li>The most up-to-date nightly build with a JIT, if the official
+release is too old for what you want to do.</li>
 <li>No JIT: A version without the JIT.  Consumes a bit less memory
 and may be faster on short-running scripts.</li>
 <li>Stackless: Provides <a class="reference external" href="http://www.stackless.com/">Stackless</a> extensions, as well as <a class="reference external" href="http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt">greenlets</a>.
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -55,6 +55,9 @@
 
 The other versions of PyPy are:
 
+* The most up-to-date nightly build with a JIT, if the official
+  release is too old for what you want to do.
+
 * No JIT: A version without the JIT.  Consumes a bit less memory
   and may be faster on short-running scripts.