summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-02-20 10:29:04 (GMT)
committerGeorg Brandl <georg@python.org>2011-02-20 10:29:04 (GMT)
commit260a788767ff6dadd04ecf9e9e26b363ca28c8ae (patch)
tree12414a9590a0d01352602301df811c3d48576989 /Include/patchlevel.h
parent14927d0928d624e0c07e70dc10aa347a6fff111e (diff)
downloadcpython-260a788767ff6dadd04ecf9e9e26b363ca28c8ae.zip
cpython-260a788767ff6dadd04ecf9e9e26b363ca28c8ae.tar.gz
cpython-260a788767ff6dadd04ecf9e9e26b363ca28c8ae.tar.bz2
Version bump to 3.2 final.
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 1420400..d0a5a25 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_GAMMA
-#define PY_RELEASE_SERIAL 3
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.2rc3+"
+#define PY_VERSION "3.2"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */