Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r51403:a4261375b359 Date: 2012-01-17 17:03 +0200 http://bitbucket.org/pypy/pypy/changeset/a4261375b359/
Log: mark patchlevel as well 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 @@ -29,7 +29,7 @@ #define PY_VERSION "2.7.1" /* PyPy version as a string */ -#define PYPY_VERSION "1.7.1" +#define PYPY_VERSION "1.8.0" /* Subversion Revision number of this file (not of the repository). * Empty since Mercurial migration. */ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
