File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support
8
8
NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer supported
9
9
10
- RELEASE 4.6.0 - Sat, 18 Nov 2023 16:41:23 -0700
10
+ RELEASE 4.6.0 - Sun, 19 Nov 2023 17:22:20 -0700
11
11
12
12
From Max Bachmann:
13
13
- Add missing directories to searched paths for mingw installs
Original file line number Diff line number Diff line change 1
1
__version__ = "4.6.0"
2
2
__copyright__ = "Copyright (c) 2001 - 2023 The SCons Foundation"
3
3
__developer__ = "bdbaddog"
4
- __date__ = "Sat, 18 Nov 2023 16:55:59 -0700"
4
+ __date__ = "Sun, 19 Nov 2023 17:22:20 -0700"
5
5
__buildsys__ = "M1Dog2021"
6
- __revision__ = "a99c8a83bc2bdbf547a8559b2d451d762d9c30b4 "
7
- __build__ = "a99c8a83bc2bdbf547a8559b2d451d762d9c30b4 "
6
+ __revision__ = "e5eef322a4a727b96358a436dca46e8085ac8692 "
7
+ __build__ = "e5eef322a4a727b96358a436dca46e8085ac8692 "
8
8
# make sure compatibility is always in place
9
9
import SCons .compat # noqa
You can’t perform that action at this time.
0 commit comments