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

tismer at codespeak.net tismer at codespeak.net
Tue Aug 16 01:59:37 CEST 2005


Author: tismer
Date: Tue Aug 16 01:59:36 2005
New Revision: 16094

Modified:
   pypy/dist/pypy/translator/geninterplevel.py
Log:
had to bump version because of different fromshape() handling


Modified: pypy/dist/pypy/translator/geninterplevel.py
==============================================================================
--- pypy/dist/pypy/translator/geninterplevel.py	(original)
+++ pypy/dist/pypy/translator/geninterplevel.py	Tue Aug 16 01:59:36 2005
@@ -77,7 +77,7 @@
 import pypy # __path__
 import py.path
 
-GI_VERSION = '1.1.13'  # bump this for substantial changes
+GI_VERSION = '1.1.14'  # bump this for substantial changes
 # ____________________________________________________________
 
 try:



More information about the Pypy-commit mailing list