[pypy-svn] pypy default: Fix the version number here.

arigo commits-noreply at bitbucket.org
Thu Jan 27 13:59:03 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r41387:d58a68260ec0
Date: 2011-01-27 13:58 +0100
http://bitbucket.org/pypy/pypy/changeset/d58a68260ec0/

Log:	Fix the version number here.

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.0"
 
 /* PyPy version as a string */
-#define PYPY_VERSION "1.4.1"
+#define PYPY_VERSION "1.5.0"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision: 77872 $"


More information about the Pypy-commit mailing list