diff options
author | Georg Brandl <georg@python.org> | 2012-06-26 07:43:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-26 07:43:40 (GMT) |
commit | d08cec6d62394c2b5cc0986a59354fc09868ec1e (patch) | |
tree | 4624bbb50894e70c1db42ca162084c214e9e4463 /Include | |
parent | dba3b5ce07a490dea9af78a3882131cd74696bcc (diff) | |
download | cpython-d08cec6d62394c2b5cc0986a59354fc09868ec1e.zip cpython-d08cec6d62394c2b5cc0986a59354fc09868ec1e.tar.gz cpython-d08cec6d62394c2b5cc0986a59354fc09868ec1e.tar.bz2 |
Bump version to 3.3.0b1.v3.3.0b1
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 382ed01..8e6c9c1 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 4 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.3.0a4+" +#define PY_VERSION "3.3.0b1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |