diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 10:28:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 10:28:20 (GMT) |
commit | bfe36ec1f580248d5e718667c204974275f8974a (patch) | |
tree | eb34f8c5a443b9ac65b042a114fbead60ba89539 /Include | |
parent | c502df4e3e00ec2481f1f0a80af37c9d822787b3 (diff) | |
download | cpython-bfe36ec1f580248d5e718667c204974275f8974a.zip cpython-bfe36ec1f580248d5e718667c204974275f8974a.tar.gz cpython-bfe36ec1f580248d5e718667c204974275f8974a.tar.bz2 |
Bump to version 3.2.5.v3.2.5
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 b9f79a3..4ba3b06 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 4 +#define PY_MICRO_VERSION 5 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.2.4" +#define PY_VERSION "3.2.5" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |