summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
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
commit5385827b238e174b00e6ae2a83bcf78c6a0a5641 (patch)
tree413ae563b10518ea9e5f5a40f02f007cd3492561 /Include/patchlevel.h
parent5ea8d1d81400dc254b28027146e01a3fc5e6b783 (diff)
downloadcpython-5385827b238e174b00e6ae2a83bcf78c6a0a5641.tar.gz
Python 3.4.0rc1: Post-release updates.
Diffstat (limited to 'Include/patchlevel.h')
-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.