Author: Ronan Lamy <[email protected]>
Branch: py3.5
Changeset: r91338:e3545a45e827
Date: 2017-05-19 03:33 +0100
http://bitbucket.org/pypy/pypy/changeset/e3545a45e827/

Log:    Fix PY_VERSION inconsistency

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
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.5.2"
+#define PY_VERSION             "3.5.3"
 
 /* PyPy version as a string */
 #define PYPY_VERSION "5.8.0-alpha0"
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to