summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-03-17 03:13:07 (GMT)
committerLarry Hastings <larry@hastings.org>2014-03-17 03:13:07 (GMT)
commite41b73caca2b543422f423a2ac07c29de834f44d (patch)
treebf43bc2ce8c4e2aa9d02ab7f877884e0bdc4a9d9 /Include/patchlevel.h
parent84b1e7168c3b718b0598c15c751cf1b23c307660 (diff)
downloadcpython-e41b73caca2b543422f423a2ac07c29de834f44d.zip
cpython-e41b73caca2b543422f423a2ac07c29de834f44d.tar.gz
cpython-e41b73caca2b543422f423a2ac07c29de834f44d.tar.bz2
Post-release verion bump for 3.4.0(+).
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 ae041c3..72f540d 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.4.0"
+#define PY_VERSION "3.4.0+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.