diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 10:51:38 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 10:51:38 (GMT) |
commit | 88f4dd64513a9738eaec6a1228c62dd4ab3dbafe (patch) | |
tree | 7fb7e86935db6b3d87d79ba40f1a2ff079471865 /Include | |
parent | 521ed521317ffd385afaabdd889879e7cb7461df (diff) | |
download | cpython-88f4dd64513a9738eaec6a1228c62dd4ab3dbafe.zip cpython-88f4dd64513a9738eaec6a1228c62dd4ab3dbafe.tar.gz cpython-88f4dd64513a9738eaec6a1228c62dd4ab3dbafe.tar.bz2 |
bump to 3.3.2
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 09a4859..357a6f5 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 3 -#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.3.1+" +#define PY_VERSION "3.3.2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |