summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-19 10:30:28 +0000
committerGeorg Brandl <georg@python.org>2010-12-19 10:30:28 +0000
commita083ea7ed6fe4de48ed50676ed4673b1521f3c68 (patch)
tree4d6ae9f150c419992cd2e986444d5ed33c825868 /Include
parent3f79ed2b144f2858ad5d85f63a82af91b42ca7c3 (diff)
downloadcpython-a083ea7ed6fe4de48ed50676ed4673b1521f3c68.tar.gz
Bump to 3.2b2.
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 5dc9596cd0..5ecf3c6ec7 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 2
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.2b1"
+#define PY_VERSION "3.2b2"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */