diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-07 13:53:25 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-07 13:53:25 (GMT) |
commit | 67992b7732ed305f41465e3b43fda551e09d5345 (patch) | |
tree | e306bd19e2a8bc83c9d3ba06673583785df84996 /Mac/Include | |
parent | 59c14e225498456d93924cc6b94c3366a2f65101 (diff) | |
download | cpython-67992b7732ed305f41465e3b43fda551e09d5345.zip cpython-67992b7732ed305f41465e3b43fda551e09d5345.tar.gz cpython-67992b7732ed305f41465e3b43fda551e09d5345.tar.bz2 |
Bit another bullet: all toolbox modules are now in dynamically loaded modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work.
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/macbuildno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Include/macbuildno.h b/Mac/Include/macbuildno.h index 1956b4d..e282285 100644 --- a/Mac/Include/macbuildno.h +++ b/Mac/Include/macbuildno.h @@ -1 +1 @@ -#define BUILD 97 +#define BUILD 101 |