]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
post 3.6.3rc1 development
authorNed Deily <nad@python.org>
Tue, 19 Sep 2017 06:57:04 +0000 (02:57 -0400)
committerNed Deily <nad@python.org>
Tue, 19 Sep 2017 06:57:04 +0000 (02:57 -0400)
Include/patchlevel.h

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