summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-09 09:16:41 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-09 09:16:41 (GMT)
commit05823f7d6783440920b11024bfc76f15e86093af (patch)
tree3f35e2a8f509dbfd75f5370539cdc5a940d675f2 /Include
parent023e03bbfc461fd22becdcdc05d0c8de78719ded (diff)
downloadcpython-05823f7d6783440920b11024bfc76f15e86093af.zip
cpython-05823f7d6783440920b11024bfc76f15e86093af.tar.gz
cpython-05823f7d6783440920b11024bfc76f15e86093af.tar.bz2
Post-release updates for 3.3.0rc2.
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
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.