| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 40040df commit 205acde
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,11 +19,11 @@ | |||
| 19 | 19 | #define PY_MAJOR_VERSION 3 | |
| 20 | 20 | #define PY_MINOR_VERSION 5 | |
| 21 | 21 | #define PY_MICRO_VERSION 0 | |
| 22 | - #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA | ||
| 23 | - #define PY_RELEASE_SERIAL 4 | ||
| 22 | + #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA | ||
| 23 | + #define PY_RELEASE_SERIAL 1 | ||
| 24 | 24 | ||
| 25 | 25 | /* Version as a string */ | |
| 26 | - #define PY_VERSION "3.5.0a4+" | ||
| 26 | + #define PY_VERSION "3.5.0b1" | ||
| 27 | 27 | /*--end constants--*/ | |
| 28 | 28 | ||
| 29 | 29 | /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,5 +13,5 @@ | |||
| 13 | 13 | # Updated automatically by the Python release process. | |
| 14 | 14 | # | |
| 15 | 15 | #--start constants-- | |
| 16 | - __version__ = "3.5.0a4" | ||
| 16 | + __version__ = "3.5.0b1" | ||
| 17 | 17 | #--end constants-- | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | - This is Python version 3.5.0 alpha 4 | ||
| 2 | - ==================================== | ||
| 1 | + This is Python version 3.5.0 beta 1 | ||
| 2 | + =================================== | ||
| 3 | 3 | ||
| 4 | 4 | Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, | |
| 5 | 5 | 2012, 2013, 2014, 2015 Python Software Foundation. All rights reserved. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments