diff options
author | Georg Brandl <georg@python.org> | 2011-09-04 06:35:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-09-04 06:35:54 (GMT) |
commit | 3484a8771c7e4f8da65960d32c25071432f8afd3 (patch) | |
tree | ea586dacd5e2ed1315932d6a645383de30d70237 /Include | |
parent | e3bb2cfb7ad8325dbf98312592221efc6e7625f2 (diff) | |
parent | d42b7a332c40a54d1fe0a9b8a5b9f8d419c6bb90 (diff) | |
download | cpython-3484a8771c7e4f8da65960d32c25071432f8afd3.zip cpython-3484a8771c7e4f8da65960d32c25071432f8afd3.tar.gz cpython-3484a8771c7e4f8da65960d32c25071432f8afd3.tar.bz2 |
Merge with release clone.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index a9477b2..4445a83 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 2 -#define PY_MICRO_VERSION 1 +#define PY_MICRO_VERSION 2 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.2.1+" +#define PY_VERSION "3.2.2" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |