aboutsummaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-02-11 00:14:16 -0800
committerLarry Hastings <larry@hastings.org>2014-02-11 00:14:16 -0800
commit4cce8f2f40cc15235f44b3a47fec0444ed75e9fe (patch)
treefe6763669ec8db394478399211e2cea1d4d8e6b2 /Include
parentf50691b6ff61fbe492a5792f2edb95693cab7e32 (diff)
downloadcpython3-4cce8f2f40cc15235f44b3a47fec0444ed75e9fe.tar.gz
Python 3.4.0rc1: Post-release updates.
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 8e8e86098f..4e4265c579 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.0rc1"
+#define PY_VERSION "3.4.0rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.