summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-13 06:39:58 (GMT)
committerGeorg Brandl <georg@python.org>2010-11-13 06:39:58 (GMT)
commit24854cac996ebe2f534cbe58b141fe51fd2d8d0e (patch)
tree12d37a76483846ce74f358ae1c391db966dcca5b /Include
parentac127870753aa3ba4358fbe584029d017f2ebe97 (diff)
downloadcpython-24854cac996ebe2f534cbe58b141fe51fd2d8d0e.zip
cpython-24854cac996ebe2f534cbe58b141fe51fd2d8d0e.tar.gz
cpython-24854cac996ebe2f534cbe58b141fe51fd2d8d0e.tar.bz2
Bump to 3.2a4.
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 11a83f1..1b77067 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 3
+#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.2a3+"
+#define PY_VERSION "3.2a4"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */