aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2016-04-19 16:22:39 +0300
committermattip <matti.picus@gmail.com>2016-04-19 16:22:39 +0300
commit29c415e7a67051b4c6c2c6e814b8ce174cd69c42 (patch)
tree11dfb151a3902dbc9c231c3d13e3ebed5550d556
parentmerge default into branch (diff)
downloadpypy-29c415e7a67051b4c6c2c6e814b8ce174cd69c42.tar.gz
pypy-29c415e7a67051b4c6c2c6e814b8ce174cd69c42.tar.bz2
pypy-29c415e7a67051b4c6c2c6e814b8ce174cd69c42.zip
fix mergerelease-5.1
-rw-r--r--pypy/module/cpyext/include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h
index 0189faea20..331570573e 100644
--- a/pypy/module/cpyext/include/patchlevel.h
+++ b/pypy/module/cpyext/include/patchlevel.h
@@ -30,7 +30,7 @@
/* PyPy version as a string */
#define PYPY_VERSION "5.1.0"
-#define PYPY_VERSION_NUM 0x05020000
+#define PYPY_VERSION_NUM 0x05010000
/* Defined to mean a PyPy where cpyext holds more regular references
to PyObjects, e.g. staying alive as long as the internal PyPy object