summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-06-13 23:46:45 -0400
committerNed Deily <nad@python.org>2016-06-13 23:46:45 -0400
commit8a43f727a4b3ea465133bc617e27acef75371815 (patch)
treec283732170e663c13fdd980a2bd0b9c6074ee840 /Include/patchlevel.h
parent75bca24270134ff7a53326231f8a2417a33ef3fa (diff)
downloadcpython-git-8a43f727a4b3ea465133bc617e27acef75371815.tar.gz
Start 3.6.0a3
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 6dc6df226d..4164ff3167 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.6.0a2"
+#define PY_VERSION "3.6.0a2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.