summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-03-21 02:32:38 -0400
committerNed Deily <nad@python.org>2017-03-21 02:32:38 -0400
commit69c0db5050f623e8895b72dfe970392b1f9a0e2e (patch)
tree4453cfbdab1a996658cd1a815711664ee7742380 /Include/patchlevel.h
parent8c18fbeed1c7721b67f1726a6e9c41acef823135 (diff)
downloadcpython-git-3.6.1.tar.gz
Update docs and patchlevel for 3.6.1 finalv3.6.1
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 b42a0db2f8..54a9ab6ff7 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 1
-#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.1rc1"
+#define PY_VERSION "3.6.1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.