Author: Armin Rigo <[email protected]> Branch: cffi-static-callback-embedding Changeset: r81520:978966da7f62 Date: 2016-01-01 20:33 +0000 http://bitbucket.org/pypy/pypy/changeset/978966da7f62/
Log: fix diff --git a/pypy/module/_cffi_backend/cffi1_module.py b/pypy/module/_cffi_backend/cffi1_module.py --- a/pypy/module/_cffi_backend/cffi1_module.py +++ b/pypy/module/_cffi_backend/cffi1_module.py @@ -8,7 +8,7 @@ VERSION_MIN = 0x2601 -VERSION_MAX = 0x26FF +VERSION_MAX = 0x27FF VERSION_EXPORT = 0x0A03 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
