From c289977f8b34786ab6c334311e232886da7e8df1 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Thu, 16 Jul 2020 18:48:26 -0700 Subject: updates for 4.0.1 --- ReleaseConfig | 2 +- SConstruct | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReleaseConfig b/ReleaseConfig index 95466d2..35b60cf 100755 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -32,7 +32,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" # 'final', the patchlevel is set to the release date. This value is # mandatory and must be present in this file. #version_tuple = (2, 2, 0, 'final', 0) -version_tuple = (4, 1, 0, 'a', 0) +version_tuple = (4, 0, 1) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version diff --git a/SConstruct b/SConstruct index 9fab012..2cd2fde 100644 --- a/SConstruct +++ b/SConstruct @@ -36,7 +36,7 @@ month_year = strftime('%B %Y') project = 'scons' -default_version = '4.1.0.devyyyymmdd' +default_version = '4.0.1' copyright = "Copyright (c) %s The SCons Foundation" % copyright_years # -- cgit v0.12