Author: Armin Rigo <[email protected]> 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" _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
