# HG changeset patch
# User Armin Rigo <arigo@tunes.org>
# Date 1368722538 -7200
#      Thu May 16 18:42:18 2013 +0200
# Branch extradoc
# Node ID 48567f8dfc1e7e63e458965bfed4abf6dfb9068b
# Parent  cbe9032f8cde4b2a7abd20fdf64dd1ae344552b8
Update the version number here too

diff --git a/features.html b/features.html
--- a/features.html
+++ b/features.html
@@ -45,7 +45,7 @@
 <div>
 <div id="main">
 <h1 class="title">Features</h1>
-<p><strong>PyPy 2.0</strong> implements <strong>Python 2.7.3</strong> and runs on Intel
+<p><strong>PyPy 2.0.1</strong> implements <strong>Python 2.7.3</strong> and runs on Intel
 <a class="reference external" href="http://en.wikipedia.org/wiki/IA-32">x86 (IA-32)</a> , <a class="reference external" href="http://en.wikipedia.org/wiki/X86_64">x86_64</a> and <a class="reference external" href="http://en.wikipedia.org/wiki/ARM">ARM</a> platforms (alpha), with PPC being
 underway. It supports all of the core language, passing the Python test suite
 (with minor modifications that were already accepted in the main python
diff --git a/source/features.txt b/source/features.txt
--- a/source/features.txt
+++ b/source/features.txt
@@ -6,7 +6,7 @@
 PyPy features
 ===========================================================
 
-**PyPy 2.0** implements **Python 2.7.3** and runs on Intel
+**PyPy 2.0.1** implements **Python 2.7.3** and runs on Intel
 `x86 (IA-32)`_ , `x86_64`_ and `ARM`_ platforms (alpha), with PPC being
 underway. It supports all of the core language, passing the Python test suite
 (with minor modifications that were already accepted in the main python