summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-05-24 16:40:45 -0700
committerLarry Hastings <larry@hastings.org>2015-05-24 16:40:45 -0700
commitf9ab8b03f5820871197a7e65ba1a0d761f9d9f96 (patch)
treeeceaecd88bc5ca61f48edae8b0b2c444de5bdbc2 /Include/patchlevel.h
parent40b7b61da759aa9fd064567ce7a2b4d2fcdc2aae (diff)
downloadcpython-f9ab8b03f5820871197a7e65ba1a0d761f9d9f96.tar.gz
Post-release fixes for 3.5.0b1.
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 9664dd90d1..b5cac68813 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.5.0b1"
+#define PY_VERSION "3.5.0b1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.