Author: Maciej Fijalkowski <[email protected]> Branch: release-1.8.x Changeset: r52133:fa0a3384dd31 Date: 2012-02-06 13:31 +0200 http://bitbucket.org/pypy/pypy/changeset/fa0a3384dd31/
Log: grumble, fix the patchlevel release no 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.8.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
