Author: Ronan Lamy <[email protected]>
Branch: py3.5
Changeset: r87778:17f6df6c49a8
Date: 2016-10-14 12:00 +0200
http://bitbucket.org/pypy/pypy/changeset/17f6df6c49a8/
Log: Update PyPy version to > 5.5.0
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.3.5"
/* PyPy version as a string */
-#define PYPY_VERSION "5.5.0-alpha0"
-#define PYPY_VERSION_NUM 0x05050000
+#define PYPY_VERSION "5.6.0-alpha0"
+#define PYPY_VERSION_NUM 0x05060000
/* 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, 5, 0, "alpha", 0) #XXX # sync patchlevel.h
+PYPY_VERSION = (5, 6, 0, "alpha", 0) #XXX # sync patchlevel.h
import pypy
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit