summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-06-13 20:54:49 (GMT)
committerNed Deily <nad@python.org>2016-06-13 20:54:49 (GMT)
commitfa42893546010a0c649ba0d85d41a8bb980086f0 (patch)
tree4101d0145156cd4e7e16650ed5e49cf5042944ab /Include/patchlevel.h
parent8b9173a8dec1302819176fb858f439fa8d9f8cd9 (diff)
downloadcpython-fa42893546010a0c649ba0d85d41a8bb980086f0.zip
cpython-fa42893546010a0c649ba0d85d41a8bb980086f0.tar.gz
cpython-fa42893546010a0c649ba0d85d41a8bb980086f0.tar.bz2
Version bump for 3.6.0a2v3.6.0a2
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..6dc6df2 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.