summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-08-25 14:13:55 -0700
committerLarry Hastings <larry@hastings.org>2015-08-25 14:13:55 -0700
commit06a7d611da25fab11b7a7ab7a7f0bbce7d6a65fd (patch)
tree9cdef304ed52f796f1001fdb8e170845d1d4ba61 /Include
parent36f22a2820d4e2dc31720e90ccc14050838081ad (diff)
parent9126d5499e7a634c9c9f2619ea6e961ff3b84662 (diff)
downloadcpython-git-06a7d611da25fab11b7a7ab7a7f0bbce7d6a65fd.tar.gz
Merge from Python 3.5.0 (rc2) to Python 3.5.1.
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index b454c9b674..9e81990dce 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.5.0rc1+"
+#define PY_VERSION "3.5.0rc2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.