diff options
author | Georg Brandl <georg@python.org> | 2012-05-30 20:04:31 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-05-30 20:04:31 (GMT) |
commit | f0397b99538c8dc22ab7cc58e5f6194c47dbfccc (patch) | |
tree | fcdd22fe1e00396258881d251ed99c00f6c0503b /Include/patchlevel.h | |
parent | 3539afd5c90045b86a7cb5190fbff53051e5a1b4 (diff) | |
download | cpython-f0397b99538c8dc22ab7cc58e5f6194c47dbfccc.zip cpython-f0397b99538c8dc22ab7cc58e5f6194c47dbfccc.tar.gz cpython-f0397b99538c8dc22ab7cc58e5f6194c47dbfccc.tar.bz2 |
Bump version to 3.3.0a4.v3.3.0a4
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 b4c1bf6..528f273 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.3.0a3+" +#define PY_VERSION "3.3.0a4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |