summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-12-07 05:54:29 (GMT)
committerLarry Hastings <larry@hastings.org>2015-12-07 05:54:29 (GMT)
commit13cf4904b2a15edb7300d4155c97f494f4e0b11f (patch)
treeed35e17c918defccd449c548b46b7a6deaf5e2aa /Include
parent00a86354c94166c43a664f9cee1a26c4438b0635 (diff)
downloadcpython-13cf4904b2a15edb7300d4155c97f494f4e0b11f.zip
cpython-13cf4904b2a15edb7300d4155c97f494f4e0b11f.tar.gz
cpython-13cf4904b2a15edb7300d4155c97f494f4e0b11f.tar.bz2
Post-release fixups for Python 3.4.4rc1.
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 df4b4e6..5a1afc6 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.4rc1"
+#define PY_VERSION "3.4.4rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.