]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release bump.
authorGeorg Brandl <georg@python.org>
Sun, 17 Nov 2013 08:17:40 +0000 (09:17 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 17 Nov 2013 08:17:40 +0000 (09:17 +0100)
Include/patchlevel.h

index 69ab168b5d69dd0e22b576b47e1f3a01a6231557..054b9eb5dbb6603dd3fea7ee3c52c7b20318d0a1 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.3.3"
+#define PY_VERSION             "3.3.3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.