summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-08-16 22:19:57 (GMT)
committerBarry Warsaw <barry@python.org>2010-08-16 22:19:57 (GMT)
commit607a2e3f6d04bdd3802cb6970ebee5dbe47f5e74 (patch)
tree32dbcc0f8f7719ef2c655ed39aad9fc6eef23ae2 /Include
parentb828e5c95781cff23c29bd46a38741220e6d712a (diff)
downloadcpython-607a2e3f6d04bdd3802cb6970ebee5dbe47f5e74.zip
cpython-607a2e3f6d04bdd3802cb6970ebee5dbe47f5e74.tar.gz
cpython-607a2e3f6d04bdd3802cb6970ebee5dbe47f5e74.tar.bz2
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 7ccf585..c3a5461 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) */