[pypy-svn] r64770 - pypy/release/1.1.0/pypy/module/sys

pedronis at codespeak.net pedronis at codespeak.net
Tue Apr 28 15:29:06 CEST 2009


Author: pedronis
Date: Tue Apr 28 15:29:02 2009
New Revision: 64770

Modified:
   pypy/release/1.1.0/pypy/module/sys/version.py
Log:
poke tag to get the right revision number in the tarballs

Modified: pypy/release/1.1.0/pypy/module/sys/version.py
==============================================================================
--- pypy/release/1.1.0/pypy/module/sys/version.py	(original)
+++ pypy/release/1.1.0/pypy/module/sys/version.py	Tue Apr 28 15:29:02 2009
@@ -7,6 +7,7 @@
 CPYTHON_VERSION            = (2, 5, 2, "beta", 42)
 CPYTHON_API_VERSION        = 1012
 
+# release 1.1.0
 PYPY_VERSION               = (1, 1, 0, "beta", '?')
 # the last item is replaced by the svn revision ^^^
 



More information about the Pypy-commit mailing list