summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-06-26 21:03:55 -0400
committerNed Deily <nad@python.org>2018-06-26 23:07:35 -0400
commit1bf9cc509326bc42cd8cb1650eb9bf64550d817e (patch)
tree5aa9ce308608b58ce80e0216586b6fb488180aea /Include
parenta61f6e72d07f57a599953e6864d16f2d4ae144f8 (diff)
downloadcpython-git-1bf9cc509326bc42cd8cb1650eb9bf64550d817e.tar.gz
3.7.0 finalv3.7.0
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 0b21d214eb..13876bdcb6 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.7.0rc1"
+#define PY_VERSION "3.7.0"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.