diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-05-26 22:53:27 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-05-26 22:53:27 (GMT) |
commit | c7ceefc1a28a79015e6430995ad782ce2cab8a27 (patch) | |
tree | bf5d4c448f45804f2bad1a17715d9282d856d517 /Include | |
parent | 5e2c4d2de0c81e6a2d1ad8d3762733f65fb911af (diff) | |
download | cpython-c7ceefc1a28a79015e6430995ad782ce2cab8a27.zip cpython-c7ceefc1a28a79015e6430995ad782ce2cab8a27.tar.gz cpython-c7ceefc1a28a79015e6430995ad782ce2cab8a27.tar.bz2 |
a post 3.4.1 world
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 960d7d0..c1898f3 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.4.1" +#define PY_VERSION "3.4.1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |