]> granicus.if.org Git - python/commitdiff
Post-release update for Python 3.5.0rc4.
authorLarry Hastings <larry@hastings.org>
Wed, 9 Sep 2015 13:45:19 +0000 (06:45 -0700)
committerLarry Hastings <larry@hastings.org>
Wed, 9 Sep 2015 13:45:19 +0000 (06:45 -0700)
Include/patchlevel.h

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