post 3.7.0a2 development
authorNed Deily <nad@python.org>
Tue, 17 Oct 2017 06:10:44 +0000 (02:10 -0400)
committerNed Deily <nad@python.org>
Tue, 17 Oct 2017 06:10:44 +0000 (02:10 -0400)
Include/patchlevel.h

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