From 3dac6a9809d9fb1d81fb3bb65121b57678d1620c Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 17 Mar 2024 17:37:04 -0700 Subject: Rel 4.7.0 final changes --- SCons/__init__.py | 10 +++++----- SConstruct | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SCons/__init__.py b/SCons/__init__.py index 7a7d3ef..e89057f 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ -__version__="4.6.1" -__copyright__="Copyright (c) 2001 - 2023 The SCons Foundation" +__version__="4.7.0" +__copyright__="Copyright (c) 2001 - 2024 The SCons Foundation" __developer__="bdbaddog" -__date__="Sun, 19 Nov 2023 17:54:10 -0700" +__date__="Sun, 17 Mar 2024 17:33:54 -0700" __buildsys__="M1Dog2021" -__revision__="70bcde6f38478a85a552ee624baaa2beb7b2bb92" -__build__="70bcde6f38478a85a552ee624baaa2beb7b2bb92" +__revision__="265be6883fadbb5a545612265acc919595158366" +__build__="265be6883fadbb5a545612265acc919595158366" # make sure compatibility is always in place import SCons.compat # noqa \ No newline at end of file diff --git a/SConstruct b/SConstruct index 98e1bd9..7692de5 100644 --- a/SConstruct +++ b/SConstruct @@ -36,7 +36,7 @@ copyright_years = strftime('2001 - %Y') # This gets inserted into the man pages to reflect the month of release. month_year = strftime('%B %Y') project = 'scons' -default_version = '4.6.1' +default_version = '4.7.0' copyright = f"Copyright (c) {copyright_years} The SCons Foundation" # We let the presence or absence of various utilities determine whether -- cgit v0.12