summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-07-02 16:25:39 -0400
committerNed Deily <nad@python.org>2019-07-02 16:25:39 -0400
commit201c8f79450628241574fba940e08107178dc3a5 (patch)
tree200e62b3d9acfe56a4f57bbc571f09990e3e5351 /Include/patchlevel.h
parent782854f90ad5f73f787f68693d535f2b05514e13 (diff)
downloadcpython-git-3.6.9.tar.gz
3.6.9v3.6.9
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 3cb041517f..c4b607b912 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 9
-#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.6.9rc1+"
+#define PY_VERSION "3.6.9"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.