summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-04-06 09:36:20 +0200
committerGeorg Brandl <georg@python.org>2013-04-06 09:36:20 +0200
commit8bc7e31529bd10dca2a139ecc0c8838e6021a5a2 (patch)
tree944a94a059d79af7ea212fce1ceb74c1f3e798a6 /Include/patchlevel.h
parent7684fa8a38599fac51b838ccd62db7edadc7743d (diff)
downloadcpython-git-3.2.4.tar.gz
Bump to 3.2.4.v3.2.4
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 bb10ae660a..b9f79a37c9 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 4
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.2.4rc1"
+#define PY_VERSION "3.2.4"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository). Empty