summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-12-05 03:27:19 -0500
committerNed Deily <nad@python.org>2017-12-05 03:27:19 -0500
commit90a6785f6328bd27d307ce20202d6b34aa0cc10b (patch)
tree796b8a1d8a1e34aa12eaf98aabdb1efe0df4e4ae /Include/patchlevel.h
parent3f9a728d955579373f45dac1dd89f5b3e4f36a1c (diff)
downloadcpython-git-90a6785f6328bd27d307ce20202d6b34aa0cc10b.tar.gz
Bump to 3.7.0a3v3.7.0a3
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 64c518e97d..103fac5301 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.