diff options
author | Larry Hastings <larry@hastings.org> | 2014-02-23 08:18:24 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-02-23 08:18:24 (GMT) |
commit | f34177a6f9fd7d8afa38f20dd18721a34f808f96 (patch) | |
tree | ed9cc8812342e616f860e4c8fe489b3db7df9ce1 /Include | |
parent | 209c043c10f6c35d51714c6dfa4307e5e68f141d (diff) | |
download | cpython-f34177a6f9fd7d8afa38f20dd18721a34f808f96.zip cpython-f34177a6f9fd7d8afa38f20dd18721a34f808f96.tar.gz cpython-f34177a6f9fd7d8afa38f20dd18721a34f808f96.tar.bz2 |
Version bump for Python 3.4.0rc2.v3.4.0rc2
Diffstat (limited to 'Include')
-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 4e4265c..b200276 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_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.4.0rc1+" +#define PY_VERSION "3.4.0rc2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |