[pypy-svn] r10518 - pypy/dist/pypy/translator

arigo at codespeak.net arigo at codespeak.net
Sun Apr 10 18:28:00 CEST 2005


Author: arigo
Date: Sun Apr 10 18:28:00 2005
New Revision: 10518

Modified:
   pypy/dist/pypy/translator/geninterplevel.py
Log:
Bump geninterplevel version number to regenerate the graphs.  This was very
delicate to get right, so if there are bugs left, they won't be hidden by some
old _interplevel_cache.



Modified: pypy/dist/pypy/translator/geninterplevel.py
==============================================================================
--- pypy/dist/pypy/translator/geninterplevel.py	(original)
+++ pypy/dist/pypy/translator/geninterplevel.py	Sun Apr 10 18:28:00 2005
@@ -41,7 +41,7 @@
 import pypy # __path__
 import py.path
 
-GI_VERSION = '1.0'  # bump this for substantial changes
+GI_VERSION = '1.0.1'  # bump this for substantial changes
 # ____________________________________________________________
 
 def eval_helper(self, typename, expr):



More information about the Pypy-commit mailing list