summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-09 06:56:46 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-09 06:56:46 (GMT)
commit02f66cbe8715db68167e61961c1bbba3f9cd22c1 (patch)
treef3d14ad90ea9f811c5032729cde99a924ecf13b7 /Include
parent070175df981a07c2dcee7101c6f6e006e1d89127 (diff)
downloadcpython-02f66cbe8715db68167e61961c1bbba3f9cd22c1.zip
cpython-02f66cbe8715db68167e61961c1bbba3f9cd22c1.tar.gz
cpython-02f66cbe8715db68167e61961c1bbba3f9cd22c1.tar.bz2
Bump to 3.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 601b472..033e47f 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 3
#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.3.0rc1+"
+#define PY_VERSION "3.3.0rc2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.