diff options
-rw-r--r-- | pypy/module/cpyext/include/patchlevel.h | 2 |
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 |