summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-05-17 21:09:48 (GMT)
committerNed Deily <nad@python.org>2016-05-17 21:09:48 (GMT)
commit4284ffd2f83cda04db3f05b82e1884df1b4155a5 (patch)
treee4293e23b0a864bae7c8d0e2d2a1c41ee6c170f0 /Include/patchlevel.h
parent50f09f5e30ecfdb67b4254f3a7a50ea53781bb97 (diff)
parent786ed5537c28dd11abd88a89ab020f5b88dbf736 (diff)
downloadcpython-4284ffd2f83cda04db3f05b82e1884df1b4155a5.zip
cpython-4284ffd2f83cda04db3f05b82e1884df1b4155a5.tar.gz
cpython-4284ffd2f83cda04db3f05b82e1884df1b4155a5.tar.bz2
Merge 3.6.0a1 updates
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 246eba8..f0348bb 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 0
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.6.0a0"
+#define PY_VERSION "3.6.0a1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.