summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-06-21 15:57:57 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-06-21 15:57:57 (GMT)
commitbfcedf4cb736b1c96f5cbae51291babfaefbeec5 (patch)
tree9e10473b3ad8c61a64f5f725f63753f998827e78 /Include
parentbb937092f71813df40ce6ca1b73ba83edb6e28e8 (diff)
downloadcpython-bfcedf4cb736b1c96f5cbae51291babfaefbeec5.zip
cpython-bfcedf4cb736b1c96f5cbae51291babfaefbeec5.tar.gz
cpython-bfcedf4cb736b1c96f5cbae51291babfaefbeec5.tar.bz2
bump verson to 2.7rc2v2.7rc2
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 d911a39..400f4f1 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -24,10 +24,10 @@
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 0
#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.7rc1+"
+#define PY_VERSION "2.7rc2"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */