Author: Philip Jenvey <[email protected]>
Branch: stdlib-3.2.5
Changeset: r69966:9c9dbbb65ba8
Date: 2014-03-14 17:46 -0700
http://bitbucket.org/pypy/pypy/changeset/9c9dbbb65ba8/

Log:    bump

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.2.3"
+#define PY_VERSION             "3.2.5"
 
 /* PyPy version as a string */
 #define PYPY_VERSION "2.3.0-alpha0"
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
@@ -7,7 +7,7 @@
 from pypy.interpreter import gateway
 
 #XXX # the release serial 42 is not in range(16)
-CPYTHON_VERSION            = (3, 2, 3, "final", 0)
+CPYTHON_VERSION            = (3, 2, 5, "final", 0)
 #XXX # sync CPYTHON_VERSION with patchlevel.h, package.py
 CPYTHON_API_VERSION        = 1013   #XXX # sync with include/modsupport.h
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to