diff options
author | Larry Hastings <larry@hastings.org> | 2014-01-05 12:40:25 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-01-05 12:40:25 (GMT) |
commit | a6c55232abe40ec876da3faaf8d13a9c4f0caaaf (patch) | |
tree | b471de3e6187980f7959b7d4e07feebef0338a72 /Include/patchlevel.h | |
parent | bfd715ebd1f2917af2174c4fe061602e8b1b6b78 (diff) | |
download | cpython-a6c55232abe40ec876da3faaf8d13a9c4f0caaaf.zip cpython-a6c55232abe40ec876da3faaf8d13a9c4f0caaaf.tar.gz cpython-a6c55232abe40ec876da3faaf8d13a9c4f0caaaf.tar.bz2 |
Bump version number for 3.4.0b2.v3.4.0b2
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 e6c98e4..0a5df3f 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 4 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.4.0b1" +#define PY_VERSION "3.4.0b2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |