summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-09-05 08:30:40 (GMT)
committerGeorg Brandl <georg@python.org>2010-09-05 08:30:40 (GMT)
commit58a7b46075d7e8a34001a7fd34237b997f9d346b (patch)
treebe01451fbdb070cd1bcf76a9de9f198ba18c97c8 /Include
parentbef3db2368ff1d1f7c0f03d5f70da3ec1ae2e0f1 (diff)
downloadcpython-58a7b46075d7e8a34001a7fd34237b997f9d346b.zip
cpython-58a7b46075d7e8a34001a7fd34237b997f9d346b.tar.gz
cpython-58a7b46075d7e8a34001a7fd34237b997f9d346b.tar.bz2
Bump to 3.2a2.
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 b98dde8..a9af36e 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_ALPHA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.2a1+"
+#define PY_VERSION "3.2a2"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */