mirror of
https://github.com/python/cpython
synced 2026-09-27 09:03:17 +03:00
This gets at least test_cmd_line working again and a few more modules built.
This commit is contained in:
parent
b2eaa44646
commit
ade612be2f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
/* Higher for patch releases */
|
||||
|
||||
/* Version parsed out into numeric values */
|
||||
#define PY_MAJOR_VERSION 0
|
||||
#define PY_MAJOR_VERSION 3
|
||||
#define PY_MINOR_VERSION 0
|
||||
#define PY_MICRO_VERSION 0
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue