Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r57516:0b33ee573ac9
Date: 2012-09-24 21:13 +0200
http://bitbucket.org/pypy/pypy/changeset/0b33ee573ac9/

Log:    CFFI: Prepare for the version 0.4 (not released yet!).

diff --git a/pypy/module/_cffi_backend/__init__.py 
b/pypy/module/_cffi_backend/__init__.py
--- a/pypy/module/_cffi_backend/__init__.py
+++ b/pypy/module/_cffi_backend/__init__.py
@@ -7,7 +7,7 @@
     appleveldefs = {
         }
     interpleveldefs = {
-        '__version__': 'space.wrap("0.3")',
+        '__version__': 'space.wrap("0.4")',
 
         'nonstandard_integer_types': 'misc.nonstandard_integer_types',
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to