diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-01-19 20:10:56 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-01-19 20:10:56 (GMT) |
commit | dc58c175da659d6c0bb3e049ba56fb42e77546cd (patch) | |
tree | eafe957dd5b63463cf85fb6c9524767b730e778c /SCons/__init__.py | |
parent | 215860fd4f6bea67896c145660a035fad20cc41c (diff) | |
download | SCons-dc58c175da659d6c0bb3e049ba56fb42e77546cd.zip SCons-dc58c175da659d6c0bb3e049ba56fb42e77546cd.tar.gz SCons-dc58c175da659d6c0bb3e049ba56fb42e77546cd.tar.bz2 |
update API doc version to 4.1.0 and add some more dependencies on the api target to include the sphinx config files4.1.0
Diffstat (limited to 'SCons/__init__.py')
-rw-r--r-- | SCons/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SCons/__init__.py b/SCons/__init__.py index b5a5c28..6e1dd87 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ __version__="4.1.0" __copyright__="Copyright (c) 2001 - 2021 The SCons Foundation" __developer__="bdbaddog" -__date__="2021-01-19 18:19:30" +__date__="2021-01-19 20:03:01" __buildsys__="ProDog2020" -__revision__="aee5793fdea4cc6a31e5346ddbd847c9ba23d64d" -__build__="aee5793fdea4cc6a31e5346ddbd847c9ba23d64d" +__revision__="215860fd4f6bea67896c145660a035fad20cc41c" +__build__="215860fd4f6bea67896c145660a035fad20cc41c" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |