[pypy-commit] pypy stdlib-2.7.13: fix version here too

arigo pypy.commits at gmail.com
Sun Dec 18 16:56:32 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: stdlib-2.7.13
Changeset: r89168:47bb335b62e8
Date: 2016-12-18 22:45 +0100
http://bitbucket.org/pypy/pypy/changeset/47bb335b62e8/

Log:	fix version here too

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		"2.7.12"
+#define PY_VERSION		"2.7.13"
 
 /* PyPy version as a string */
 #define PYPY_VERSION "5.7.0-alpha0"


More information about the pypy-commit mailing list