File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "4.6.1 "
2
- __copyright__ = "Copyright (c) 2001 - 2023 The SCons Foundation"
1
+ __version__ = "4.7.0 "
2
+ __copyright__ = "Copyright (c) 2001 - 2024 The SCons Foundation"
3
3
__developer__ = "bdbaddog"
4
- __date__ = "Sun, 19 Nov 2023 17:54:10 -0700"
4
+ __date__ = "Sun, 17 Mar 2024 17:33:54 -0700"
5
5
__buildsys__ = "M1Dog2021"
6
- __revision__ = "70bcde6f38478a85a552ee624baaa2beb7b2bb92 "
7
- __build__ = "70bcde6f38478a85a552ee624baaa2beb7b2bb92 "
6
+ __revision__ = "265be6883fadbb5a545612265acc919595158366 "
7
+ __build__ = "265be6883fadbb5a545612265acc919595158366 "
8
8
# make sure compatibility is always in place
9
9
import SCons .compat # noqa
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ copyright_years = strftime('2001 - %Y')
36
36
# This gets inserted into the man pages to reflect the month of release.
37
37
month_year = strftime ('%B %Y' )
38
38
project = 'scons'
39
- default_version = '4.6.1 '
39
+ default_version = '4.7.0 '
40
40
copyright = f"Copyright (c) { copyright_years } The SCons Foundation"
41
41
42
42
# We let the presence or absence of various utilities determine whether
You can’t perform that action at this time.
0 commit comments