summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2016-06-12 05:24:03 (GMT)
committerLarry Hastings <larry@hastings.org>2016-06-12 05:24:03 (GMT)
commit463c3f3eefbb706f4da1f17eb25a83968b636094 (patch)
tree615df545104c8614901e9c61008964dceea5656c /Include
parent6e77ebe6e902259babb28a978f92e0c2e956d4f1 (diff)
downloadcpython-3.4.5rc1.zip
cpython-3.4.5rc1.tar.gz
cpython-3.4.5rc1.tar.bz2
Release bump for 3.4.5rc1.v3.4.5rc1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index e1a147b..9026a4e 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 4
-#define PY_MICRO_VERSION 4
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 5
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.4.4+"
+#define PY_VERSION "3.4.5rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.