[pypy-svn] pypy fast-forward: Update PY_VERSION in our Python.h

amauryfa commits-noreply at bitbucket.org
Tue Jan 11 19:11:31 CET 2011


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: fast-forward
Changeset: r40588:815692fb31d5
Date: 2011-01-11 19:00 +0100
http://bitbucket.org/pypy/pypy/changeset/815692fb31d5/

Log:	Update PY_VERSION in our Python.h

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
@@ -20,13 +20,13 @@
 
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION	2
-#define PY_MINOR_VERSION	5
-#define PY_MICRO_VERSION	2
+#define PY_MINOR_VERSION	7
+#define PY_MICRO_VERSION	0
 #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
 #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION		"2.5.2"
+#define PY_VERSION		"2.7.0"
 
 /* PyPy version as a string */
 #define PYPY_VERSION "1.4.1"


More information about the Pypy-commit mailing list