diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-17 08:27:50 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-17 08:27:50 (GMT) |
commit | ade612be2f8b2a3569fb010d260c8cff1f93c486 (patch) | |
tree | 20b331db2dd06db207ad6cc7083e6fd9c9045195 | |
parent | b2eaa44646088af26434f2eeede3e00f99b03f69 (diff) | |
download | cpython-ade612be2f8b2a3569fb010d260c8cff1f93c486.zip cpython-ade612be2f8b2a3569fb010d260c8cff1f93c486.tar.gz cpython-ade612be2f8b2a3569fb010d260c8cff1f93c486.tar.bz2 |
This gets at least test_cmd_line working again and a few more modules built.
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 56cf762..2b7f6f2 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -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 |