summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-06-13 13:15:04 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-06-13 13:15:04 (GMT)
commitc7c12289fba8721872bea11a5a38c6237b8624ce (patch)
tree06f9484b5d72f36ae54c58527206ba1d49d5ac56 /Include
parent59843e9e1b6eb538e79aac3829b4f4540f71230c (diff)
downloadcpython-c7c12289fba8721872bea11a5a38c6237b8624ce.zip
cpython-c7c12289fba8721872bea11a5a38c6237b8624ce.tar.gz
cpython-c7c12289fba8721872bea11a5a38c6237b8624ce.tar.bz2
bump version to 3.1rc2
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 f42abe4..5abf9e2 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 1
#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 "3.1rc1+"
+#define PY_VERSION "3.1rc2"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */