Author: Matti Picus <matti.pi...@gmail.com> Branch: release-pypy3.5-v5.9.x Changeset: r93595:291eb92c6b5d Date: 2017-12-28 20:14 +0200 http://bitbucket.org/pypy/pypy/changeset/291eb92c6b5d/
Log: update version numbers diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/cpyext/include/patchlevel.h +++ b/pypy/module/cpyext/include/patchlevel.h @@ -29,8 +29,8 @@ #define PY_VERSION "3.5.3" /* PyPy version as a string */ -#define PYPY_VERSION "5.10.0" -#define PYPY_VERSION_NUM 0x050A0000 +#define PYPY_VERSION "5.10.1" +#define PYPY_VERSION_NUM 0x050A0100 /* Defined to mean a PyPy where cpyext holds more regular references to PyObjects, e.g. staying alive as long as the internal PyPy object diff --git a/pypy/module/sys/version.py b/pypy/module/sys/version.py --- a/pypy/module/sys/version.py +++ b/pypy/module/sys/version.py @@ -10,7 +10,7 @@ #XXX # sync CPYTHON_VERSION with patchlevel.h, package.py CPYTHON_API_VERSION = 1013 #XXX # sync with include/modsupport.h -PYPY_VERSION = (5, 10, 0, "final", 0) #XXX # sync patchlevel.h +PYPY_VERSION = (5, 10, 1, "final", 0) #XXX # sync patchlevel.h import pypy _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit