From ad3f21fbf0667f5b654771176d29dbdf75d9b120 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 4 Jul 2020 15:56:07 -0700 Subject: final 4.0.0 commit --- SCons/__init__.py | 6 +++--- bin/upload-release-files.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SCons/__init__.py b/SCons/__init__.py index cf08123..05c7159 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ __version__="4.0.0" __copyright__="Copyright (c) 2001 - 2020 The SCons Foundation" __developer__="bdbaddog" -__date__="2020-07-04 22:22:39" +__date__="2020-07-04 22:47:08" __buildsys__="ProDog2020" -__revision__="074c847ad977b777f6b1580e24b14cf92b2f06d8" -__build__="074c847ad977b777f6b1580e24b14cf92b2f06d8" +__revision__="64fd44ef6c4ea257b065f1ba45e1c202f72e9b5f" +__build__="64fd44ef6c4ea257b065f1ba45e1c202f72e9b5f" # make sure compatibility is always in place import SCons.compat # noqa \ No newline at end of file diff --git a/bin/upload-release-files.sh b/bin/upload-release-files.sh index ffa5321..76bda4b 100755 --- a/bin/upload-release-files.sh +++ b/bin/upload-release-files.sh @@ -51,7 +51,7 @@ $RSYNC $RSYNCOPTS \ # Readme $RSYNC $RSYNCOPTS \ - README.txt \ + README.rst \ $SF_USER@$SF_MACHINE:$SF_TOPDIR/ -- cgit v0.12