summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-03-09 22:31:52 +0000
committerBarry Warsaw <barry@python.org>2010-03-09 22:31:52 +0000
commit67cc60c54b7d3f730f7e5566f0e378235cf40c9a (patch)
tree872c743c7a07dd9da94960a7b8bcd2bb7505b5bd /Include
parent12481708b7383050f21ee197e992b9b82d153057 (diff)
downloadcpython-67cc60c54b7d3f730f7e5566f0e378235cf40c9a.tar.gz
Bumping to 2.6.5rc2v2.6.5rc2
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 91310c8632..d0a85f9224 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -24,10 +24,10 @@
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 5
#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.5rc1+"
+#define PY_VERSION "2.6.5rc2"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */