summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-06-14 03:55:33 (GMT)
committerNed Deily <nad@python.org>2016-06-14 03:55:33 (GMT)
commited80db5784361753d107b95fb4cc2b44d3ec0306 (patch)
treef2bc1b1fff8ac404a035a7e4fc0ed71f21905899 /Include/patchlevel.h
parent1db314bd5cece19490b8770461c03dc43c43907b (diff)
parent8a43f727a4b3ea465133bc617e27acef75371815 (diff)
downloadcpython-ed80db5784361753d107b95fb4cc2b44d3ec0306.zip
cpython-ed80db5784361753d107b95fb4cc2b44d3ec0306.tar.gz
cpython-ed80db5784361753d107b95fb4cc2b44d3ec0306.tar.bz2
Merge 3.6.0a2 releasing branch into default
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index f0348bb..4164ff3 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.6.0a1+"
+#define PY_VERSION "3.6.0a2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.