summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-04-06 14:43:06 (GMT)
committerGeorg Brandl <georg@python.org>2013-04-06 14:43:06 (GMT)
commitbf561020a7af9a72079be2ab3d848e3ee13e92f1 (patch)
tree55a809dd8767c4ccedaba4cbb645de4a0e98514c /Include
parentcca5548159bde03b344cf1f2a2b5ea2eec3a59aa (diff)
downloadcpython-bf561020a7af9a72079be2ab3d848e3ee13e92f1.zip
cpython-bf561020a7af9a72079be2ab3d848e3ee13e92f1.tar.gz
cpython-bf561020a7af9a72079be2ab3d848e3ee13e92f1.tar.bz2
Post-release update for 3.3.1
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 1aaa2b8..09a4859 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.1"
+#define PY_VERSION "3.3.1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.