Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r57241:a66615d56031
Date: 2012-09-08 10:01 +0200
http://bitbucket.org/pypy/pypy/changeset/a66615d56031/

Log:    Another place where the version number needs to be updated.

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
@@ -21,12 +21,12 @@
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
-#define PY_MICRO_VERSION       2
+#define PY_MICRO_VERSION       3
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.7.2"
+#define PY_VERSION             "2.7.3"
 
 /* PyPy version as a string */
 #define PYPY_VERSION "1.9.1"
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to