summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-05-15 17:42:39 (GMT)
committerGeorg Brandl <georg@python.org>2013-05-15 17:42:39 (GMT)
commitc032f16d181203e5df458b09c4583a6389f78331 (patch)
treef7eea66aeefa0ee4d50c502ad7dc767e55b7fadf /Include
parent9df891ca41e98d6b008cbc6ccc738d531dcb42e4 (diff)
downloadcpython-c032f16d181203e5df458b09c4583a6389f78331.zip
cpython-c032f16d181203e5df458b09c4583a6389f78331.tar.gz
cpython-c032f16d181203e5df458b09c4583a6389f78331.tar.bz2
post-release update.
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 357a6f5..bfd67a5 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.2"
+#define PY_VERSION "3.3.2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.