diff options
author | Larry Hastings <larry@hastings.org> | 2015-08-25 14:13:55 -0700 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-08-25 14:13:55 -0700 |
commit | 06a7d611da25fab11b7a7ab7a7f0bbce7d6a65fd (patch) | |
tree | 9cdef304ed52f796f1001fdb8e170845d1d4ba61 /Include | |
parent | 36f22a2820d4e2dc31720e90ccc14050838081ad (diff) | |
parent | 9126d5499e7a634c9c9f2619ea6e961ff3b84662 (diff) | |
download | cpython-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.h | 4 |
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. |