summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-03-15 22:34:24 -0700
committerLarry Hastings <larry@hastings.org>2014-03-15 22:34:24 -0700
commitdf845460117a216141e7e6c97baafe292abdd330 (patch)
treea5695e3e328e181baa2cb341b239ca7903b18cfb /Include
parent1ceb4817e1000e67e5388783546b8b1eaa27a2c8 (diff)
downloadcpython-df845460117a216141e7e6c97baafe292abdd330.tar.gz
Release bump for 3.4.0 final.
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 52b9674fcc..ae041c3736 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 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 3
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.4.0rc3+"
+#define PY_VERSION "3.4.0"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.