summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-03-09 22:31:52 (GMT)
committerBarry Warsaw <barry@python.org>2010-03-09 22:31:52 (GMT)
commitfb0928d1176a1e517cc5e46aeafbf54ff5c2554c (patch)
treee6e2d95489b887b51eb31b7ab42a6fee999a43cd /Include
parent2a5b6225102534736411354a3789ad9b64ccf3b7 (diff)
downloadcpython-fb0928d1176a1e517cc5e46aeafbf54ff5c2554c.zip
cpython-fb0928d1176a1e517cc5e46aeafbf54ff5c2554c.tar.gz
cpython-fb0928d1176a1e517cc5e46aeafbf54ff5c2554c.tar.bz2
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 91310c8..d0a85f9 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) */