summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-08-16 22:19:57 +0000
committerBarry Warsaw <barry@python.org>2010-08-16 22:19:57 +0000
commit2feae8494b29412a578d7ca86f484c636d3b665b (patch)
tree61d2ea84123417e32a06bd1e90c02cc8a0a5955d /Include
parent4ab043185c1ee02e030f3b754d8bbc1dbd84be12 (diff)
downloadcpython-2feae8494b29412a578d7ca86f484c636d3b665b.tar.gz
Bumping to 2.6.6rc2.
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 7ccf58545e..c3a546161c 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -24,10 +24,10 @@
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 6
#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.6rc1+"
+#define PY_VERSION "2.6.6rc2"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */