summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-05-17 16:55:41 -0400
committerNed Deily <nad@python.org>2016-05-17 16:55:41 -0400
commit786ed5537c28dd11abd88a89ab020f5b88dbf736 (patch)
treeff287a05208d0dffec0cb61e757c991bec7ffb1f /Include/patchlevel.h
parent58ee0924cc4a7c1f533bb17ea90c7d80c316a1a5 (diff)
downloadcpython-git-786ed5537c28dd11abd88a89ab020f5b88dbf736.tar.gz
Post-release cleanup: 3.6.0a1 -> 3.6.0a2
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 3574454f28..f0348bb53a 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.6.0a1"
+#define PY_VERSION "3.6.0a1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.