Skip to content

Commit 3dac6a9

Browse files
committed
Rel 4.7.0 final changes
1 parent 265be68 commit 3dac6a9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

SCons/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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"
33
__developer__="bdbaddog"
4-
__date__="Sun, 19 Nov 2023 17:54:10 -0700"
4+
__date__="Sun, 17 Mar 2024 17:33:54 -0700"
55
__buildsys__="M1Dog2021"
6-
__revision__="70bcde6f38478a85a552ee624baaa2beb7b2bb92"
7-
__build__="70bcde6f38478a85a552ee624baaa2beb7b2bb92"
6+
__revision__="265be6883fadbb5a545612265acc919595158366"
7+
__build__="265be6883fadbb5a545612265acc919595158366"
88
# make sure compatibility is always in place
99
import SCons.compat # noqa

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3737
month_year = strftime('%B %Y')
3838
project = 'scons'
39-
default_version = '4.6.1'
39+
default_version = '4.7.0'
4040
copyright = f"Copyright (c) {copyright_years} The SCons Foundation"
4141

4242
# We let the presence or absence of various utilities determine whether

0 commit comments

Comments
 (0)