diff options
| author | Georg Brandl <georg@python.org> | 2012-04-11 12:46:24 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-04-11 12:46:24 +0200 |
| commit | a51497ab86519bd66fc2758a16493752ba59dad8 (patch) | |
| tree | 7b226db5103ffec095e77f09eb2dc74785519fd9 /Include/patchlevel.h | |
| parent | b96a3545565a4b08260a7d4e833d94dcff2cc36b (diff) | |
| parent | 507776e787045abfa55f8c229fb7dde71834effd (diff) | |
| download | cpython-git-a51497ab86519bd66fc2758a16493752ba59dad8.tar.gz | |
Merge 3.2.3 release clone.
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 a84c351c14..0839071c76 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 |
