Author: Maciej Fijalkowski <[email protected]>
Branch: release-1.8.x
Changeset: r52326:2346207d9946
Date: 2012-02-09 20:27 +0200
http://bitbucket.org/pypy/pypy/changeset/2346207d9946/

Log:    another update of versions

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       1
+#define PY_MICRO_VERSION       2
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.7.1"
+#define PY_VERSION             "2.7.2"
 
 /* PyPy version as a string */
 #define PYPY_VERSION "1.8.0"
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to