]> granicus.if.org Git - python/commitdiff
Bump to 3.6.4rc1+
authorNed Deily <nad@python.org>
Wed, 6 Dec 2017 01:46:02 +0000 (20:46 -0500)
committerNed Deily <nad@python.org>
Wed, 6 Dec 2017 01:46:02 +0000 (20:46 -0500)
Include/patchlevel.h

index 5fb1205ee6696a92eb7e95e22b07daf54f25c283..131323d1e107f9cbf5285a66867408c4384b6cff 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.6.4rc1"
+#define PY_VERSION             "3.6.4rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.