Skip to content

Commit afb4889

Browse files
committed
updates for 4.9.1 release
1 parent 39a12f3 commit afb4889

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ReleaseConfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# If the release type is not 'final', the patchlevel is set to the
3232
# release date. This value is mandatory and must be present in this file.
3333
#version_tuple = (2, 2, 0, 'final', 0)
34-
version_tuple = (4, 9, 2, 'a', 0)
34+
version_tuple = (4, 9, 1)
3535

3636
# Python versions prior to unsupported_python_version cause a fatal error
3737
# when that version is used. Python versions prior to deprecate_python_version

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.0"
1+
__version__="4.9.1"
22
__copyright__="Copyright (c) 2001 - 2025 The SCons Foundation"
33
__developer__="bdbaddog"
4-
__date__="Sun, 02 Mar 2025 14:04:50 -0700"
4+
__date__="Thu, 27 Mar 2025 11:44:24 -0700"
55
__buildsys__="M1Dog2021"
6-
__revision__="99a8c86de1ce91d23b102520e185c54ebd968924"
7-
__build__="99a8c86de1ce91d23b102520e185c54ebd968924"
6+
__revision__="39a12f34d532ab2493e78a7b73aeab2250852790"
7+
__build__="39a12f34d532ab2493e78a7b73aeab2250852790"
88
# make sure compatibility is always in place
99
import SCons.compat # noqa

0 commit comments

Comments
 (0)