diff options
author | Georg Brandl <georg@python.org> | 2013-11-17 08:17:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-11-17 08:17:40 (GMT) |
commit | 1d2436a5814fdbfe5a032934fe09489a33f0fb0a (patch) | |
tree | e5263cb6686e7035e71cd941c2cafec50f1cc09d /Include | |
parent | 497b3943a30a66028bb3ca5b455c00bc3952e2aa (diff) | |
download | cpython-1d2436a5814fdbfe5a032934fe09489a33f0fb0a.zip cpython-1d2436a5814fdbfe5a032934fe09489a33f0fb0a.tar.gz cpython-1d2436a5814fdbfe5a032934fe09489a33f0fb0a.tar.bz2 |
Post-release bump.
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 69ab168..054b9eb 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.3.3" +#define PY_VERSION "3.3.3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |