commit | 4cce8f2f40cc15235f44b3a47fec0444ed75e9fe | [log] [tgz] |
---|---|---|
author | Larry Hastings <larry@hastings.org> | Tue Feb 11 00:14:16 2014 -0800 |
committer | Larry Hastings <larry@hastings.org> | Tue Feb 11 00:14:16 2014 -0800 |
tree | fe6763669ec8db394478399211e2cea1d4d8e6b2 | |
parent | f50691b6ff61fbe492a5792f2edb95693cab7e32 [diff] [blame] |
Python 3.4.0rc1: Post-release updates.
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.