summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-10-06 02:05:50 (GMT)
committerLarry Hastings <larry@hastings.org>2014-10-06 02:05:50 (GMT)
commitdbb126103e1c4f2818e0dfc7aa4a689d86565e7a (patch)
treed68eebcfa31c1c3698cabccfc9426e47a946b912 /Include
parentc6256e5f7da7be4566e918114b3a162c613c6ab2 (diff)
downloadcpython-dbb126103e1c4f2818e0dfc7aa4a689d86565e7a.zip
cpython-dbb126103e1c4f2818e0dfc7aa4a689d86565e7a.tar.gz
cpython-dbb126103e1c4f2818e0dfc7aa4a689d86565e7a.tar.bz2
Release bump for 3.4.2 final.v3.4.2
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 c101eec..b4f7590 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 2
-#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.2rc1"
+#define PY_VERSION "3.4.2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.