]> granicus.if.org Git - python/commitdiff
Bump version to 3.6.3+
authorNed Deily <nad@python.org>
Tue, 3 Oct 2017 08:46:04 +0000 (04:46 -0400)
committerNed Deily <nad@python.org>
Tue, 3 Oct 2017 08:46:04 +0000 (04:46 -0400)
Include/patchlevel.h

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