]> granicus.if.org Git - python/commitdiff
post 3.7.0a1 development
authorNed Deily <nad@python.org>
Tue, 19 Sep 2017 07:12:46 +0000 (03:12 -0400)
committerNed Deily <nad@python.org>
Tue, 19 Sep 2017 07:12:46 +0000 (03:12 -0400)
Include/patchlevel.h

index 5a5986bfa451f67111b3897cd14a269b5ecc4bbb..73ef459fda4347ede5232a462c869eb55a86d076 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.7.0a1"
+#define PY_VERSION             "3.7.0a1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.