Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r90945:d681bf28da20 Date: 2017-04-04 18:02 +0200 http://bitbucket.org/pypy/pypy/changeset/d681bf28da20/
Log: Don't hard-code the version number in the doc diff --git a/pypy/doc/install.rst b/pypy/doc/install.rst --- a/pypy/doc/install.rst +++ b/pypy/doc/install.rst @@ -32,10 +32,10 @@ .. code-block:: console - $ tar xf pypy-2.1.tar.bz2 - $ ./pypy-2.1/bin/pypy - Python 2.7.3 (480845e6b1dd, Jul 31 2013, 11:05:31) - [PyPy 2.1.0 with GCC 4.4.3] on linux2 + $ tar xf pypy-x.y.z.tar.bz2 + $ ./pypy-x.y.z/bin/pypy + Python 2.7.x (xxxxxxxxxxxx, Date, Time) + [PyPy x.y.z with GCC x.y.z] on linux2 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``PyPy is an exciting technology that lets you to write fast, portable, multi-platform interpreters with less _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit