summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-24 05:46:35 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-24 05:46:35 (GMT)
commitb5f91d7eb79a9d29f88a5fabf7e9a70b41820107 (patch)
treeb4edccb952e55877fff4ebad74e6fa140345f7b7 /Include
parenta1f7655fa7e09ec33a240e4e2f589bca2eac76e0 (diff)
parentf2487177eba8c8e88ab3c11344720f4df6000d72 (diff)
downloadcpython-b5f91d7eb79a9d29f88a5fabf7e9a70b41820107.zip
cpython-b5f91d7eb79a9d29f88a5fabf7e9a70b41820107.tar.gz
cpython-b5f91d7eb79a9d29f88a5fabf7e9a70b41820107.tar.bz2
Merge with 3.3.0 release clone.
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 ba0b566..d977d3f 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 2
+#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.3.0rc2+"
+#define PY_VERSION "3.3.0rc3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.