Skip to content

Commit ad3f21f

Browse files
committed
final 4.0.0 commit
1 parent 64fd44e commit ad3f21f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SCons/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
__version__="4.0.0"
22
__copyright__="Copyright (c) 2001 - 2020 The SCons Foundation"
33
__developer__="bdbaddog"
4-
__date__="2020-07-04 22:22:39"
4+
__date__="2020-07-04 22:47:08"
55
__buildsys__="ProDog2020"
6-
__revision__="074c847ad977b777f6b1580e24b14cf92b2f06d8"
7-
__build__="074c847ad977b777f6b1580e24b14cf92b2f06d8"
6+
__revision__="64fd44ef6c4ea257b065f1ba45e1c202f72e9b5f"
7+
__build__="64fd44ef6c4ea257b065f1ba45e1c202f72e9b5f"
88
# make sure compatibility is always in place
99
import SCons.compat # noqa

bin/upload-release-files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $RSYNC $RSYNCOPTS \
5151

5252
# Readme
5353
$RSYNC $RSYNCOPTS \
54-
README.txt \
54+
README.rst \
5555
$SF_USER@$SF_MACHINE:$SF_TOPDIR/
5656

5757

0 commit comments

Comments
 (0)