Skip to content

Commit 7e1b28f

Browse files
committed
Release build of 4.10.0
1 parent b3e979a commit 7e1b28f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

SCons/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
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.9.1'
39+
default_version = '4.10.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)