summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-09-12 21:29:04 (GMT)
committerNed Deily <nad@python.org>2016-09-12 21:29:04 (GMT)
commit4829bc66194f40ca6110610c6357b36eb910a51d (patch)
treefbf670f63169ee2e437f114b7920b00dbd8da3b3 /Include/patchlevel.h
parent3c70a992be9db7c69a055e523053426d3c655b39 (diff)
downloadcpython-4829bc66194f40ca6110610c6357b36eb910a51d.zip
cpython-4829bc66194f40ca6110610c6357b36eb910a51d.tar.gz
cpython-4829bc66194f40ca6110610c6357b36eb910a51d.tar.bz2
Bump to 3.7.0a0
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index b623508..9644b1a 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -17,13 +17,13 @@
/* Version parsed out into numeric values */
/*--start constants--*/
#define PY_MAJOR_VERSION 3
-#define PY_MINOR_VERSION 6
+#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.6.0b1+"
+#define PY_VERSION "3.7.0a0"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.