[pypy-commit] pypy cffi-char16-char32: Bump the internal version max

arigo pypy.commits at gmail.com
Sun Jun 4 06:33:56 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: cffi-char16-char32
Changeset: r91508:113befadf44a
Date: 2017-06-04 12:33 +0200
http://bitbucket.org/pypy/pypy/changeset/113befadf44a/

Log:	Bump the internal version max

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
@@ -9,7 +9,7 @@
 
 
 VERSION_MIN    = 0x2601
-VERSION_MAX    = 0x27FF
+VERSION_MAX    = 0x28FF
 
 VERSION_EXPORT = 0x0A03
 


More information about the pypy-commit mailing list