File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- __version__ = "4.9.1 "
1+ __version__ = "4.10.0 "
22__copyright__ = "Copyright (c) 2001 - 2025 The SCons Foundation"
33__developer__ = "bdbaddog"
4- __date__ = "Thu, 27 Mar 2025 11:44:24 -0700"
4+ __date__ = "Thu, 02 Oct 2025 10:16:02 -0700"
55__buildsys__ = "M1Dog2021"
6- __revision__ = "39a12f34d532ab2493e78a7b73aeab2250852790 "
7- __build__ = "39a12f34d532ab2493e78a7b73aeab2250852790 "
6+ __revision__ = "b3e979a3e42c43b91f7624895910afb869a19806 "
7+ __build__ = "b3e979a3e42c43b91f7624895910afb869a19806 "
88# make sure compatibility is always in place
99import SCons .compat # noqa
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ copyright_years = strftime('2001 - %Y')
3636# This gets inserted into the man pages to reflect the month of release.
3737month_year = strftime ('%B %Y' )
3838project = 'scons'
39- default_version = '4.9.1 '
39+ default_version = '4.10.0 '
4040copyright = f"Copyright (c) { copyright_years } The SCons Foundation"
4141
4242# We let the presence or absence of various utilities determine whether
You can’t perform that action at this time.
0 commit comments