summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-01-05 17:12:10 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2019-01-05 17:12:10 -0800
commit37e6ab8f3e6d1885f8e87b8bdd77f20039192a6d (patch)
treea6e76a9aa9bb47c93ddefa6ed7994e9ee982ca93
parent995b295e108a86ecae369039cdfdd1308ce92621 (diff)
downloadscons-git-37e6ab8f3e6d1885f8e87b8bdd77f20039192a6d.tar.gz
Fix version string from 3.1.0 to 3.0.3
-rwxr-xr-xREADME.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index b7f49daa8..ca66d5100 100755
--- a/README.rst
+++ b/README.rst
@@ -178,7 +178,7 @@ Or on Windows::
By default, the above commands will do the following:
-- Install the version-numbered "scons-3.1.0" and "sconsign-3.1.0" scripts in
+- Install the version-numbered "scons-3.1.0" and "sconsign-3.0.3" scripts in
the default system script directory (/usr/bin or C:\\Python\*\\Scripts, for
example). This can be disabled by specifying the "--no-version-script"
option on the command line.
@@ -190,23 +190,23 @@ By default, the above commands will do the following:
before making it the default on your system.
On UNIX or Linux systems, you can have the "scons" and "sconsign" scripts be
- hard links or symbolic links to the "scons-3.1.0" and "sconsign-3.1.0"
+ hard links or symbolic links to the "scons-3.0.3" and "sconsign-3.0.3"
scripts by specifying the "--hardlink-scons" or "--symlink-scons" options on
the command line.
-- Install "scons-3.1.0.bat" and "scons.bat" wrapper scripts in the Python
+- Install "scons-3.0.3.bat" and "scons.bat" wrapper scripts in the Python
prefix directory on Windows (C:\\Python\*, for example). This can be disabled
by specifying the "--no-install-bat" option on the command line.
On UNIX or Linux systems, the "--install-bat" option may be specified to
- have "scons-3.1.0.bat" and "scons.bat" files installed in the default system
+ have "scons-3.0.3.bat" and "scons.bat" files installed in the default system
script directory, which is useful if you want to install SCons in a shared
file system directory that can be used to execute SCons from both UNIX/Linux
and Windows systems.
- Install the SCons build engine (a Python module) in an appropriate
- version-numbered SCons library directory (/usr/lib/scons-3.1.0 or
- C:\\Python\*\\scons-3.1.0, for example). See below for more options related to
+ version-numbered SCons library directory (/usr/lib/scons-3.0.3 or
+ C:\\Python\*\\scons-3.0.3, for example). See below for more options related to
installing the build engine library.
- Install the troff-format man pages in an appropriate directory on UNIX or
@@ -484,7 +484,7 @@ running all of "runtest.py -a".
Building Packages
=================
-We use SCons (version 3.1.0 or later) to build its own packages. If you
+We use SCons (version 3.0.3 or later) to build its own packages. If you
already have an appropriate version of SCons installed on your system, you can
build everything by simply running it::