summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME.rst2
-rwxr-xr-xbin/upload-release-files.sh2
-rw-r--r--doc/man/scons.xml4
-rw-r--r--doc/user/copyright.xml2
-rwxr-xr-xsrc/RELEASE.txt5
5 files changed, 8 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 49b155666..17bbffafd 100755
--- a/README.rst
+++ b/README.rst
@@ -765,5 +765,5 @@ many contributors, including but not at all limited to:
\... and many others.
-Copyright (c) 2001 - 2018 The SCons Foundation
+Copyright (c) 2001 - 2019 The SCons Foundation
diff --git a/bin/upload-release-files.sh b/bin/upload-release-files.sh
index 4748db196..014134aea 100755
--- a/bin/upload-release-files.sh
+++ b/bin/upload-release-files.sh
@@ -73,7 +73,7 @@ ssh scons@scons.org "
cd ..
rm latest; ln -s $VERSION latest
rm production; ln -s $VERSION production
- for f in HTML PDF EPUB PS TEXT; do rm \$f; ln -s $VERSION/\$f \$f; done
+ for f in HTML PDF EPUB PS TEXT; do rm -f \$f; ln -s $VERSION/\$f \$f; done
"
echo '*****'
echo '***** Now manually update index.php, includes/versions.php and news-raw.xhtml on scons.org.'
diff --git a/doc/man/scons.xml b/doc/man/scons.xml
index 805164c7a..0f59967f3 100644
--- a/doc/man/scons.xml
+++ b/doc/man/scons.xml
@@ -54,10 +54,10 @@
<corpauthor>Steven Knight and the SCons Development Team</corpauthor>
- <pubdate>2004 - 2018</pubdate>
+ <pubdate>2004 - 2019</pubdate>
<copyright>
- <year>2004 - 2018</year>
+ <year>2004 - 2019</year>
<holder>The SCons Foundation</holder>
</copyright>
diff --git a/doc/user/copyright.xml b/doc/user/copyright.xml
index 588253c08..d36ff1efa 100644
--- a/doc/user/copyright.xml
+++ b/doc/user/copyright.xml
@@ -35,7 +35,7 @@
<blockquote>
<para>
- SCons User's Guide Copyright (c) 2004-2018 Steven Knight
+ SCons User's Guide Copyright (c) 2004-2019 Steven Knight
</para>
</blockquote>
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index f1177582a..97401cb1a 100755
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -2,7 +2,8 @@
on the SCons download page:
http://www.scons.org/download.php
-
+ Or via pypi:
+ pip install scons
Here is a summary of the changes since 3.0.3:
@@ -23,4 +24,4 @@ git shortlog --no-merges -ns 3.0.3..HEAD
4 Daniel Moody
4 William Deegan
3 anatoly techtonik
- 1 Tobias Herzog \ No newline at end of file
+ 1 Tobias Herzog