diff options
| author | Georg Brandl <georg@python.org> | 2013-04-06 14:42:43 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-04-06 14:42:43 (GMT) |
| commit | cca5548159bde03b344cf1f2a2b5ea2eec3a59aa (patch) | |
| tree | e4b824e0d4dbd13241a4a6dc287d8e6fc397faa2 /Include/patchlevel.h | |
| parent | 2fd4abe6a1f54fe7a5409abf84060bae47a52044 (diff) | |
| parent | 485acde0feb93c65de6d1a204efb81df6156d9a6 (diff) | |
| download | cpython-cca5548159bde03b344cf1f2a2b5ea2eec3a59aa.zip cpython-cca5548159bde03b344cf1f2a2b5ea2eec3a59aa.tar.gz cpython-cca5548159bde03b344cf1f2a2b5ea2eec3a59aa.tar.bz2 | |
merge with 3.3.1 release clone
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 b5919a4..1aaa2b8 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 0 +#define PY_MICRO_VERSION 1 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.3.0+" +#define PY_VERSION "3.3.1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
