[pypy-svn] r71656 - pypy/trunk/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Tue Mar 2 18:21:19 CET 2010


Author: arigo
Date: Tue Mar  2 18:21:18 2010
New Revision: 71656

Modified:
   pypy/trunk/pypy/doc/docindex.txt
   pypy/trunk/pypy/doc/getting-started-python.txt
   pypy/trunk/pypy/doc/translation.txt
Log:
Update the version number.


Modified: pypy/trunk/pypy/doc/docindex.txt
==============================================================================
--- pypy/trunk/pypy/doc/docindex.txt	(original)
+++ pypy/trunk/pypy/doc/docindex.txt	Tue Mar  2 18:21:18 2010
@@ -73,9 +73,9 @@
 Windows, on top of .NET, and on top of Java.
 To dig into PyPy it is recommended to try out the current
 Subversion HEAD, which is always working or mostly working,
-instead of the `release 1.1.0`__.
+instead of the latest release, which is `1.2.0`__.
 
-.. __: release-1.1.0.html
+.. __: release-1.2.0.html
 
 PyPy is mainly developed on Linux and Mac OS X.  Windows is supported,
 but platform-specific bugs tend to take longer before we notice and fix

Modified: pypy/trunk/pypy/doc/getting-started-python.txt
==============================================================================
--- pypy/trunk/pypy/doc/getting-started-python.txt	(original)
+++ pypy/trunk/pypy/doc/getting-started-python.txt	Tue Mar  2 18:21:18 2010
@@ -213,11 +213,11 @@
 ``PREFIX/pypy/lib`` can all be found.  The prefixes that are tried are::
 
     .
-    ./share/pypy-1.1
+    ./share/pypy-1.2
     ..
-    ../share/pypy-1.1
+    ../share/pypy-1.2
     ../..
-    ../../share/pypy-1.1
+    ../../share/pypy-1.2
     ../../..
     etc.
 

Modified: pypy/trunk/pypy/doc/translation.txt
==============================================================================
--- pypy/trunk/pypy/doc/translation.txt	(original)
+++ pypy/trunk/pypy/doc/translation.txt	Tue Mar  2 18:21:18 2010
@@ -27,7 +27,7 @@
 this task into several steps, and the purpose of this document is to
 introduce them.
 
-As of the 1.1 release, RPython_ programs can be translated into the following
+As of the 1.2 release, RPython_ programs can be translated into the following
 languages/platforms: C/POSIX, CLI/.NET
 and Java/JVM (in addition, there's `a backend`_ that translates
 `application-level`_ into `interpreter-level`_ code, but this is a special



More information about the Pypy-commit mailing list