[pypy-commit] pypy py3k: fix cpyext's version

pjenvey noreply at buildbot.pypy.org
Tue May 13 20:29:40 CEST 2014


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r71492:1c0d410559fa
Date: 2014-05-13 11:09 -0700
http://bitbucket.org/pypy/pypy/changeset/1c0d410559fa/

Log:	fix cpyext's version

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
@@ -21,7 +21,7 @@
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION	3
 #define PY_MINOR_VERSION	2
-#define PY_MICRO_VERSION	3
+#define PY_MICRO_VERSION	5
 #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
 #define PY_RELEASE_SERIAL	0
 


More information about the pypy-commit mailing list