mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00: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 */
|
/* Higher for patch releases */
|
||||||
|
|
||||||
/* Version parsed out into numeric values */
|
/* Version parsed out into numeric values */
|
||||||
#define PY_MAJOR_VERSION 0
|
#define PY_MAJOR_VERSION 3
|
||||||
#define PY_MINOR_VERSION 0
|
#define PY_MINOR_VERSION 0
|
||||||
#define PY_MICRO_VERSION 0
|
#define PY_MICRO_VERSION 0
|
||||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
|
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue