summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-07-04 15:56:07 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2020-07-04 15:56:07 -0700
commitad3f21fbf0667f5b654771176d29dbdf75d9b120 (patch)
tree7f7859f1b23e7bb6d4fffc70c6e9aa185fe3ff1f
parent64fd44ef6c4ea257b065f1ba45e1c202f72e9b5f (diff)
downloadscons-git-ad3f21fbf0667f5b654771176d29dbdf75d9b120.tar.gz
final 4.0.0 commit
-rw-r--r--SCons/__init__.py6
-rwxr-xr-xbin/upload-release-files.sh2
2 files changed, 4 insertions, 4 deletions
diff --git a/SCons/__init__.py b/SCons/__init__.py
index cf0812336..05c7159d2 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 ffa532190..76bda4b7f 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/