summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-19 10:30:28 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-19 10:30:28 (GMT)
commit8a60e94802b04a838607b4aebba6fc8b70f7b87c (patch)
tree372531e4dc524f8233da62f9be517f053796ad70 /Include
parentc88435023c909dd9575ff81b4c7f86cf68108537 (diff)
downloadcpython-8a60e94802b04a838607b4aebba6fc8b70f7b87c.zip
cpython-8a60e94802b04a838607b4aebba6fc8b70f7b87c.tar.gz
cpython-8a60e94802b04a838607b4aebba6fc8b70f7b87c.tar.bz2
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 5dc9596..5ecf3c6 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) */