summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-02-23 07:55:39 (GMT)
committerLarry Hastings <larry@hastings.org>2015-02-23 07:55:39 (GMT)
commitfc8eda5ad8418fafbd9139566cb6f019d9fbcfdb (patch)
tree900c13a3a500d891617523ae148ae24f17d88b94 /Include/patchlevel.h
parente1642419b184eca9527eb8f62bcbc2890b06d1fc (diff)
downloadcpython-fc8eda5ad8418fafbd9139566cb6f019d9fbcfdb.zip
cpython-fc8eda5ad8418fafbd9139566cb6f019d9fbcfdb.tar.gz
cpython-fc8eda5ad8418fafbd9139566cb6f019d9fbcfdb.tar.bz2
Release bump for 3.4.3 final.
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 e68274b..00717a7 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 3
-#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.3rc1+"
+#define PY_VERSION "3.4.3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.