summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2018-07-20 02:31:08 (GMT)
committerLarry Hastings <larry@hastings.org>2018-07-20 02:31:08 (GMT)
commit57b85d3ddaae134b2eb06aa67b2a759660ec61e4 (patch)
tree87952f19991b8cdf9eb015dd2a5d4f4204b2dc28
parentc126fdc0bddc9f52d3bc859104741976a6fad9b5 (diff)
downloadcpython-57b85d3ddaae134b2eb06aa67b2a759660ec61e4.zip
cpython-57b85d3ddaae134b2eb06aa67b2a759660ec61e4.tar.gz
cpython-57b85d3ddaae134b2eb06aa67b2a759660ec61e4.tar.bz2
Post-release version bump for 3.4.9rc1.
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index aeef479..8e2fc91 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.4.9rc1"
+#define PY_VERSION "3.4.9rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.