Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49f324f

Browse files
committed
Python 8: no pep8, no chocolate!
1 parent 0fc0318 commit 49f324f

3 files changed

Lines changed: 2210 additions & 3 deletions

File tree

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
/* Version parsed out into numeric values */
1818
/*--start constants--*/
19-
#define PY_MAJOR_VERSION 3
20-
#define PY_MINOR_VERSION 6
19+
#define PY_MAJOR_VERSION 8
20+
#define PY_MINOR_VERSION 0
2121
#define PY_MICRO_VERSION 0
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
2323
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.6.0a0"
26+
#define PY_VERSION "8.0.0a0"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

0 commit comments

Comments
 (0)