summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-03-15 20:57:42 -0700
committerLarry Hastings <larry@hastings.org>2014-03-15 20:57:42 -0700
commit6b5284fd4e8b76b223520a155a6fefda92359f9c (patch)
tree82009d7c5988773479b5ec486cea3d0aa4142708 /Include/patchlevel.h
parent4fe3bd410412f6cf5584f8fadef89151c83347bf (diff)
downloadcpython-git-6b5284fd4e8b76b223520a155a6fefda92359f9c.tar.gz
Mark branch as being after Python 3.4.0rc3.
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 2a6e8a8788..52b9674fcc 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.4.0rc3"
+#define PY_VERSION "3.4.0rc3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.