Author: Philip Jenvey <pjen...@underboss.org>
Branch: pypy3-release-2.4.x
Changeset: r73932:12b940544622
Date: 2014-10-13 15:57 -0700
http://bitbucket.org/pypy/pypy/changeset/12b940544622/

Log:    branch for pypy3-2.4.x release

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             "3.2.5"
 
 /* PyPy version as a string */
-#define PYPY_VERSION "2.5.0-alpha0"
+#define PYPY_VERSION "2.4.0"
 
 /* Subversion Revision number of this file (not of the repository).
  * Empty since Mercurial migration. */
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
@@ -10,7 +10,7 @@
 #XXX # sync CPYTHON_VERSION with patchlevel.h, package.py
 CPYTHON_API_VERSION        = 1013   #XXX # sync with include/modsupport.h
 
-PYPY_VERSION               = (2, 5, 0, "alpha", 0)    #XXX # sync patchlevel.h
+PYPY_VERSION               = (2, 4, 0, "final", 0)    #XXX # sync patchlevel.h
 
 if platform.name == 'msvc':
     COMPILER_INFO = 'MSC v.%d 32 bit' % (platform.version * 10 + 600)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to