commit | 05823f7d6783440920b11024bfc76f15e86093af | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Sep 09 11:16:41 2012 +0200 |
committer | Georg Brandl <georg@python.org> | Sun Sep 09 11:16:41 2012 +0200 |
tree | 3f35e2a8f509dbfd75f5370539cdc5a940d675f2 | |
parent | 023e03bbfc461fd22becdcdc05d0c8de78719ded [diff] |
Post-release updates for 3.3.0rc2.
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 033e47f..ba0b566 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.3.0rc2" +#define PY_VERSION "3.3.0rc2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.