summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-04 19:09:24 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-04 19:09:24 (GMT)
commit41ea8ae667625edd662bffc328efeec50a2d82f5 (patch)
treef1d60c33c09783bfe1b1dec818ea7e04511346c1 /Include
parent46402378ca894bc9ffabb05fc2c59e2d124b41e9 (diff)
downloadcpython-41ea8ae667625edd662bffc328efeec50a2d82f5.zip
cpython-41ea8ae667625edd662bffc328efeec50a2d82f5.tar.gz
cpython-41ea8ae667625edd662bffc328efeec50a2d82f5.tar.bz2
Bump to 3.2b1.
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 2bda30d..5dc9596 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 2
#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 4
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.2a4+"
+#define PY_VERSION "3.2b1"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */