diff options
| author | Georg Brandl <georg@python.org> | 2012-04-10 19:28:09 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-04-10 19:28:09 +0200 |
| commit | 44036016b9ac8c1ceeb2a634585513ccb674c571 (patch) | |
| tree | c08eb2946dc0a0442bbdf28e174a2eb294d41ff2 /Include | |
| parent | 470f33f50b446f17c2729899cdea4edd46b4f0da (diff) | |
| download | cpython-git-44036016b9ac8c1ceeb2a634585513ccb674c571.tar.gz | |
Bump to 3.2.3 final.
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 4a9d9ceee0..7969618400 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 3 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.2.3rc2+" +#define PY_VERSION "3.2.3" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |
