summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2017-01-16 00:19:54 -0800
committerLarry Hastings <larry@hastings.org>2017-01-16 00:19:54 -0800
commit7f10edebf0d6016d20af0fdae319f043718a991b (patch)
treee9451d0a5737c29ef45b21e5edb00370fc67fcaf /Include/patchlevel.h
parentaa772e3cd205abc8c843f0ac0265b826911f49df (diff)
downloadcpython-git-3.4.6.tar.gz
Version bump for Python 3.4.6.v3.4.6
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 3e90dea085..f52922d4c2 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 4
#define PY_MICRO_VERSION 6
-#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.4.6rc1+"
+#define PY_VERSION "3.4.6"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.