summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-11-06 03:29:32 (GMT)
committerBarry Warsaw <barry@python.org>2008-11-06 03:29:32 (GMT)
commit1f0e67ec1f1415dc994fd88e53764b97c3552e5f (patch)
tree548441008aa7f09dc0144c5890c4a48d458aeb7d /Include
parent93ef79cce3cbc7cd57602e08b59e9a6144044d82 (diff)
downloadcpython-1f0e67ec1f1415dc994fd88e53764b97c3552e5f.zip
cpython-1f0e67ec1f1415dc994fd88e53764b97c3552e5f.tar.gz
cpython-1f0e67ec1f1415dc994fd88e53764b97c3552e5f.tar.bz2
Bumping to 3.0rc2.
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 2778404..58d39fd 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 0
#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.0rc1+"
+#define PY_VERSION "3.0rc2"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */