diff options
author | Georg Brandl <georg@python.org> | 2012-09-24 05:42:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-24 05:42:20 (GMT) |
commit | f2487177eba8c8e88ab3c11344720f4df6000d72 (patch) | |
tree | 7cbad0590d6f96a12c47896b40f1ff4e04a39b70 /Include | |
parent | 700765fe914a0998056dea5e588458441532fc3e (diff) | |
download | cpython-f2487177eba8c8e88ab3c11344720f4df6000d72.zip cpython-f2487177eba8c8e88ab3c11344720f4df6000d72.tar.gz cpython-f2487177eba8c8e88ab3c11344720f4df6000d72.tar.bz2 |
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 78b18fd..d977d3f 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.3.0rc3" +#define PY_VERSION "3.3.0rc3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |