Author: Matti Picus <[email protected]>
Branch: 
Changeset: r92464:1fb2a6a3b647
Date: 2017-09-25 08:26 +0300
http://bitbucket.org/pypy/pypy/changeset/1fb2a6a3b647/

Log:    fix tag, fix PYPY_VERSION_NUM is hex not decimal

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -3,4 +3,4 @@
 ===========================
 
 .. this is a revision shortly after release-pypy2.7-v5.9.0
-.. startrev:b280d5cca79e 
+.. startrev:899e5245de1e
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
@@ -30,7 +30,7 @@
 
 /* PyPy version as a string */
 #define PYPY_VERSION "5.10.0-alpha0"
-#define PYPY_VERSION_NUM  0x05100000
+#define PYPY_VERSION_NUM  0x050A0000
 
 /* Defined to mean a PyPy where cpyext holds more regular references
    to PyObjects, e.g. staying alive as long as the internal PyPy object
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to