From 62d59afee332c3a4184609d19fd20bfd9d4420a1 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 5 Mar 2023 16:43:53 -0500 Subject: Post build commits for 4.5.0 --- RELEASE.txt | 2 +- SCons/__init__.py | 10 +++++----- SConstruct | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index 468f9b8..27f309d 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -195,4 +195,4 @@ Thanks to the following contributors listed below for their contributions to thi 1 TZe 1 Thad Guidry 1 djh - + diff --git a/SCons/__init__.py b/SCons/__init__.py index 8f397bc..3abe0db 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ -__version__="4.4.1" -__copyright__="Copyright (c) 2001 - 2022 The SCons Foundation" +__version__="4.5.0" +__copyright__="Copyright (c) 2001 - 2023 The SCons Foundation" __developer__="bdbaddog" -__date__="Sun, 13 Nov 2022 11:31:29 -0400" +__date__="Sun, 05 Mar 2023 16:19:37 -0400" __buildsys__="M1DOG2021" -__revision__="15379ff3b369560c4bf13459b630387bf7349bb7" -__build__="15379ff3b369560c4bf13459b630387bf7349bb7" +__revision__="3d67dd35fe8fb786afc7af2bf0e31fe2a60b492b" +__build__="3d67dd35fe8fb786afc7af2bf0e31fe2a60b492b" # make sure compatibility is always in place import SCons.compat # noqa \ No newline at end of file diff --git a/SConstruct b/SConstruct index 11ae13e..f426f3d 100644 --- a/SConstruct +++ b/SConstruct @@ -38,7 +38,7 @@ month_year = strftime('%B %Y') project = 'scons' -default_version = '4.4.1' +default_version = '4.5.0' copyright = "Copyright (c) %s The SCons Foundation" % copyright_years # -- cgit v0.12