]> granicus.if.org Git - python/commitdiff
bump version to 3.6.0rc1+
authorNed Deily <nad@python.org>
Fri, 16 Dec 2016 05:13:46 +0000 (00:13 -0500)
committerNed Deily <nad@python.org>
Fri, 16 Dec 2016 05:13:46 +0000 (00:13 -0500)
Include/patchlevel.h

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