diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-07-05 04:44:01 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-07-05 04:44:01 (GMT) |
commit | 1c20d10046ed6f4cbbe36e951eca877718500c78 (patch) | |
tree | 4b15b119155c8e34a818ff275ef2674ee6c18dea /template | |
parent | b317167d502b69363a7eb88548452d902141d627 (diff) | |
download | SCons-1c20d10046ed6f4cbbe36e951eca877718500c78.zip SCons-1c20d10046ed6f4cbbe36e951eca877718500c78.tar.gz SCons-1c20d10046ed6f4cbbe36e951eca877718500c78.tar.bz2 |
fix version strings in templates and active files to match https://www.python.org/dev/peps/pep-0440/#version-scheme
Diffstat (limited to 'template')
-rwxr-xr-x | template/RELEASE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/RELEASE.txt b/template/RELEASE.txt index 3ebb0d0..1410e35 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 |