diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-02-26 22:48:20 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-02-26 22:48:20 (GMT) |
commit | 01e55464940442697105c646e22dc700ac102854 (patch) | |
tree | f679d8958f1f8f3d29da6ca43f11f2dd272af275 /SCons/__init__.py | |
parent | 3fa309f8fc5472fa067d7c04481fd0a5d3e86352 (diff) | |
download | SCons-01e55464940442697105c646e22dc700ac102854.zip SCons-01e55464940442697105c646e22dc700ac102854.tar.gz SCons-01e55464940442697105c646e22dc700ac102854.tar.bz2 |
update example to simplify map_filename and relocate emitter to after that variable is set as it uses it
Diffstat (limited to 'SCons/__init__.py')
-rw-r--r-- | SCons/__init__.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SCons/__init__.py b/SCons/__init__.py index d169eef..e9e0684 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ -__version__="4.1.0.post1" +__version__="4.1.1a" __copyright__="Copyright (c) 2001 - 2021 The SCons Foundation" __developer__="bdbaddog" -__date__="2021-01-20 04:32:28" +__date__="2021-02-26 22:38:25" __buildsys__="ProDog2020" -__revision__="dc58c175da659d6c0bb3e049ba56fb42e77546cd" -__build__="dc58c175da659d6c0bb3e049ba56fb42e77546cd" +__revision__="3fa309f8fc5472fa067d7c04481fd0a5d3e86352" +__build__="3fa309f8fc5472fa067d7c04481fd0a5d3e86352" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |