summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2013-10-22 17:44:35 (GMT)
committerLarry Hastings <larry@hastings.org>2013-10-22 17:44:35 (GMT)
commite0d9a1c8bcaa0740b0a8d1e60070b947ab3463e7 (patch)
treeb7523395fe576db2ee80bd9378c729c3cea456c5 /Include/patchlevel.h
parent90d630152cfbbd83e6dca4a9149cf21924630fa2 (diff)
downloadcpython-e0d9a1c8bcaa0740b0a8d1e60070b947ab3463e7.zip
cpython-e0d9a1c8bcaa0740b0a8d1e60070b947ab3463e7.tar.gz
cpython-e0d9a1c8bcaa0740b0a8d1e60070b947ab3463e7.tar.bz2
Post-release updates for 3.4.0a4.
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 bf4407f..7880d20 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.4.0a4"
+#define PY_VERSION "3.4.0a4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.