aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2009-10-18 16:50:06 +0000
committerBarry Warsaw <barry@python.org>2009-10-18 16:50:06 +0000
commitbde44876de7a12838a3e83735b1f5d88380d3877 (patch)
tree265441f4e9533de386a288afb114ffcc685060aa /Include
parentBlocked revisions 75453,75456-75458,75461-75463,75465-75468,75481,75486,75489... (diff)
downloadcpython-bde44876de7a12838a3e83735b1f5d88380d3877.tar.gz
cpython-bde44876de7a12838a3e83735b1f5d88380d3877.tar.bz2
cpython-bde44876de7a12838a3e83735b1f5d88380d3877.zip
Bump to 2.6.4rc2v2.6.4rc2
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index a1269824958..1dc76cc888d 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -24,10 +24,10 @@
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 4
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "2.6.4rc1"
+#define PY_VERSION "2.6.4rc2"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */