summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-12-06 01:57:44 (GMT)
committerNed Deily <nad@python.org>2017-12-06 01:57:44 (GMT)
commitd86f29e9c99345c0aa725a7c8a31283b1282aa66 (patch)
tree72255b2b3cd719598eb01c5bd68df0569e798221 /Include
parent5e8cbcc4f25dcdc02651414f792dc4a546ba199b (diff)
parent90a6785f6328bd27d307ce20202d6b34aa0cc10b (diff)
downloadcpython-d86f29e9c99345c0aa725a7c8a31283b1282aa66.zip
cpython-d86f29e9c99345c0aa725a7c8a31283b1282aa66.tar.gz
cpython-d86f29e9c99345c0aa725a7c8a31283b1282aa66.tar.bz2
Merge tag 'v3.7.0a3'
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 64c518e..103fac5 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.7.0a2+"
+#define PY_VERSION "3.7.0a3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.