diff options
author | Georg Brandl <georg@python.org> | 2013-04-06 07:36:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-04-06 07:36:20 (GMT) |
commit | 8bc7e31529bd10dca2a139ecc0c8838e6021a5a2 (patch) | |
tree | 944a94a059d79af7ea212fce1ceb74c1f3e798a6 /Include | |
parent | 7684fa8a38599fac51b838ccd62db7edadc7743d (diff) | |
download | cpython-8bc7e31529bd10dca2a139ecc0c8838e6021a5a2.zip cpython-8bc7e31529bd10dca2a139ecc0c8838e6021a5a2.tar.gz cpython-8bc7e31529bd10dca2a139ecc0c8838e6021a5a2.tar.bz2 |
Bump to 3.2.4.v3.2.4
Diffstat (limited to 'Include')
-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 bb10ae6..b9f79a3 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 |