diff options
author | Georg Brandl <georg@python.org> | 2014-02-10 21:04:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-02-10 21:04:20 (GMT) |
commit | 8f9c20b8ff6d00a32ff3f4018969e80e237884dc (patch) | |
tree | 9e5670bfca7ba58b303de5bd470f5088afe419f2 /Include/patchlevel.h | |
parent | 72e7761301febe026536e7a2a444269698dcf156 (diff) | |
parent | a37fcb28e6bcfd7705f219c12834b4d23a9ed499 (diff) | |
download | cpython-8f9c20b8ff6d00a32ff3f4018969e80e237884dc.zip cpython-8f9c20b8ff6d00a32ff3f4018969e80e237884dc.tar.gz cpython-8f9c20b8ff6d00a32ff3f4018969e80e237884dc.tar.bz2 |
merge with 3.3.4 releasing repo
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 054b9eb..4196c44 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 3 -#define PY_MICRO_VERSION 3 +#define PY_MICRO_VERSION 4 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.3.3+" +#define PY_VERSION "3.3.4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |