]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump PY_VERSION to 3.3.6+
authorNed Deily <nad@python.org>
Sun, 16 Jul 2017 05:51:01 +0000 (01:51 -0400)
committerNed Deily <nad@python.org>
Sun, 16 Jul 2017 05:51:01 +0000 (01:51 -0400)
Include/patchlevel.h

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