[pypy-commit] pypy default: CFFI: Prepare for the version 0.4 (not released yet!).

arigo noreply at buildbot.pypy.org
Mon Sep 24 21:13:38 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
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',
 


More information about the pypy-commit mailing list