]> granicus.if.org Git - python/commitdiff
Fix PY_VERSION in Include/patchlevel.h to reflect our post-3.5.0a3 state.
authorLarry Hastings <larry@hastings.org>
Mon, 30 Mar 2015 08:56:27 +0000 (01:56 -0700)
committerLarry Hastings <larry@hastings.org>
Mon, 30 Mar 2015 08:56:27 +0000 (01:56 -0700)
Include/patchlevel.h

index a4ca2824d0d29b604d90d05e748ba1f54665feee..a2f6d5495572fe82f7201f1c9f30d3d29b8106c5 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "3.5.0a3"
+#define PY_VERSION             "3.5.0a3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.