diff options
author | Larry Hastings <larry@hastings.org> | 2014-02-11 08:14:16 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-02-11 08:14:16 (GMT) |
commit | 4cce8f2f40cc15235f44b3a47fec0444ed75e9fe (patch) | |
tree | fe6763669ec8db394478399211e2cea1d4d8e6b2 /Include | |
parent | f50691b6ff61fbe492a5792f2edb95693cab7e32 (diff) | |
download | cpython-4cce8f2f40cc15235f44b3a47fec0444ed75e9fe.zip cpython-4cce8f2f40cc15235f44b3a47fec0444ed75e9fe.tar.gz cpython-4cce8f2f40cc15235f44b3a47fec0444ed75e9fe.tar.bz2 |
Python 3.4.0rc1: Post-release updates.
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 8e8e860..4e4265c 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.4.0rc1" +#define PY_VERSION "3.4.0rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |