Skip to content

Commit 72c1ee3

Browse files
committed
4.6.0 final changes
1 parent e5eef32 commit 72c1ee3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support
88
NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer supported
99

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
1111

1212
From Max Bachmann:
1313
- Add missing directories to searched paths for mingw installs

SCons/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
__version__="4.6.0"
22
__copyright__="Copyright (c) 2001 - 2023 The SCons Foundation"
33
__developer__="bdbaddog"
4-
__date__="Sat, 18 Nov 2023 16:55:59 -0700"
4+
__date__="Sun, 19 Nov 2023 17:22:20 -0700"
55
__buildsys__="M1Dog2021"
6-
__revision__="a99c8a83bc2bdbf547a8559b2d451d762d9c30b4"
7-
__build__="a99c8a83bc2bdbf547a8559b2d451d762d9c30b4"
6+
__revision__="e5eef322a4a727b96358a436dca46e8085ac8692"
7+
__build__="e5eef322a4a727b96358a436dca46e8085ac8692"
88
# make sure compatibility is always in place
99
import SCons.compat # noqa

0 commit comments

Comments
 (0)