Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r52325:84919a1a15d6 Date: 2012-02-09 20:27 +0200 http://bitbucket.org/pypy/pypy/changeset/84919a1a15d6/
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.1" _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
