summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-12-11 05:24:09 (GMT)
committerNed Deily <nad@python.org>2019-12-11 05:24:09 (GMT)
commitbd18254b91272c2f0f0d98f66fdeca962ef1a901 (patch)
tree8e03fa8bc41fc1b07577cf325997dd7e2e3152d2 /Include
parent95157c6a281ccfc7a92a17dfb8d7b5338cad5cb7 (diff)
downloadcpython-3.7.6rc1.zip
cpython-3.7.6rc1.tar.gz
cpython-3.7.6rc1.tar.bz2
3.7.6rc1v3.7.6rc1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 224eb9a..86301dc 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 7
-#define PY_MICRO_VERSION 5
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 6
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.7.5+"
+#define PY_VERSION "3.7.6rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.