diff options
author | Larry Hastings <larry@hastings.org> | 2013-09-28 22:51:00 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2013-09-28 22:51:00 (GMT) |
commit | 44719a771767b43cc0ee1d50c896179c8722a7d7 (patch) | |
tree | 5a26d6e96ab1c73536efb4ae16922faba8aa9d05 /Include/patchlevel.h | |
parent | 346f40204b9ba731d736a4fd7b6f77d8aba164fb (diff) | |
download | cpython-44719a771767b43cc0ee1d50c896179c8722a7d7.zip cpython-44719a771767b43cc0ee1d50c896179c8722a7d7.tar.gz cpython-44719a771767b43cc0ee1d50c896179c8722a7d7.tar.bz2 |
Version bump to 3.4.0a3.v3.4.0a3
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 9003f96..ec6311f 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_ALPHA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.4.0a2+" +#define PY_VERSION "3.4.0a3" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |