[pypy-svn] pypy default: Bump the version to 1.4.1.

arigo commits-noreply at bitbucket.org
Tue Dec 21 12:46:43 CET 2010


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r40153:83ebeb857ddf
Date: 2010-12-20 19:12 +0100
http://bitbucket.org/pypy/pypy/changeset/83ebeb857ddf/

Log:	Bump the version to 1.4.1.

diff --git a/pypy/module/sys/version.py b/pypy/module/sys/version.py
--- a/pypy/module/sys/version.py
+++ b/pypy/module/sys/version.py
@@ -8,7 +8,7 @@
 CPYTHON_VERSION            = (2, 5, 2, "beta", 42)   #XXX # sync patchlevel.h
 CPYTHON_API_VERSION        = 1013   #XXX # sync with include/modsupport.h
 
-PYPY_VERSION               = (1, 4, 0, "beta", 0)    #XXX # sync patchlevel.h
+PYPY_VERSION               = (1, 4, 1, "beta", 0)    #XXX # sync patchlevel.h
 
 
 import pypy

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


More information about the Pypy-commit mailing list