Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt2
-rw-r--r--SCons/__init__.py6
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d968f0635..2e5a2707a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,7 +7,7 @@
NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support
NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer supported
-RELEASE 4.6.0 - Sat, 18 Nov 2023 16:41:23 -0700
+RELEASE 4.6.0 - Sun, 19 Nov 2023 17:22:20 -0700
From Max Bachmann:
- Add missing directories to searched paths for mingw installs
diff --git a/SCons/__init__.py b/SCons/__init__.py
index c92847d7d..09eda03a3 100644
--- a/SCons/__init__.py
+++ b/SCons/__init__.py
@@ -1,9 +1,9 @@
__version__="4.6.0"
__copyright__="Copyright (c) 2001 - 2023 The SCons Foundation"
__developer__="bdbaddog"
-__date__="Sat, 18 Nov 2023 16:55:59 -0700"
+__date__="Sun, 19 Nov 2023 17:22:20 -0700"
__buildsys__="M1Dog2021"
-__revision__="a99c8a83bc2bdbf547a8559b2d451d762d9c30b4"
-__build__="a99c8a83bc2bdbf547a8559b2d451d762d9c30b4"
+__revision__="e5eef322a4a727b96358a436dca46e8085ac8692"
+__build__="e5eef322a4a727b96358a436dca46e8085ac8692"
# make sure compatibility is always in place
import SCons.compat # noqa \ No newline at end of file