diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 17:44:21 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 17:44:21 (GMT) |
commit | 997d05d89ff918745ca1240f59c2081776857282 (patch) | |
tree | 3b58ec416574ee900e35761a2bf5073eef30a079 /Include/patchlevel.h | |
parent | 3eab6b363a968e907605fe749d12941c3be29761 (diff) | |
parent | 88f4dd64513a9738eaec6a1228c62dd4ab3dbafe (diff) | |
download | cpython-997d05d89ff918745ca1240f59c2081776857282.zip cpython-997d05d89ff918745ca1240f59c2081776857282.tar.gz cpython-997d05d89ff918745ca1240f59c2081776857282.tar.bz2 |
merge
Diffstat (limited to 'Include/patchlevel.h')
-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. |