diff options
author | Georg Brandl <georg@python.org> | 2013-04-06 09:36:20 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-04-06 09:36:20 +0200 |
commit | 8bc7e31529bd10dca2a139ecc0c8838e6021a5a2 (patch) | |
tree | 944a94a059d79af7ea212fce1ceb74c1f3e798a6 /Include/patchlevel.h | |
parent | 7684fa8a38599fac51b838ccd62db7edadc7743d (diff) | |
download | cpython-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.h | 6 |
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 |