From 1c20d10046ed6f4cbbe36e951eca877718500c78 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 4 Jul 2020 21:44:01 -0700 Subject: [PATCH] fix version strings in templates and active files to match https://www.python.org/dev/peps/pep-0440/#version-scheme --- RELEASE.txt | 2 +- ReleaseConfig | 2 +- template/RELEASE.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index 3ebb0d0f43..6d6f69edcc 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,4 +1,4 @@ - A new SCons checkpoint release, 2.0.0.beta.yyyymmdd, is now available + A new SCons checkpoint release, 4.1.0ayyyymmdd, is now available on the SCons download page: https://scons.org/pages/download.html diff --git a/ReleaseConfig b/ReleaseConfig index 5ab3db6391..95466d2616 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, 'dev', 0) +version_tuple = (4, 1, 0, 'a', 0) # 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/template/RELEASE.txt b/template/RELEASE.txt index 3ebb0d0f43..1410e35e32 100755 --- a/template/RELEASE.txt +++ b/template/RELEASE.txt @@ -1,4 +1,4 @@ - A new SCons checkpoint release, 2.0.0.beta.yyyymmdd, is now available + A new SCons checkpoint release, 2.0.0ayyyymmdd, is now available on the SCons download page: https://scons.org/pages/download.html