diff options
author | Larry Hastings <larry@hastings.org> | 2013-11-24 14:59:35 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2013-11-24 14:59:35 (GMT) |
commit | 7e611dab4a05a97e708541d98e2f6817cfbe7453 (patch) | |
tree | 3ce93048e115d570a5dcb65c982036f117ee261d /Include | |
parent | 37b7900fcf15a1be8c6cbc18236deb6a01116c4f (diff) | |
download | cpython-7e611dab4a05a97e708541d98e2f6817cfbe7453.zip cpython-7e611dab4a05a97e708541d98e2f6817cfbe7453.tar.gz cpython-7e611dab4a05a97e708541d98e2f6817cfbe7453.tar.bz2 |
Bump version number to 3.4.0b1.v3.4.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 7880d20..e6c98e4 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 4 #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.4.0a4+" +#define PY_VERSION "3.4.0b1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |