diff options
author | William Deegan <bill@baddogconsulting.com> | 2023-03-05 16:58:36 -0500 |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2023-03-05 16:58:36 -0500 |
commit | 2be4e5dc83319222cc725d13f6e98e033c042197 (patch) | |
tree | c584d227d0611a18baf8061f02bc1e7b6aa20add | |
parent | 62d59afee332c3a4184609d19fd20bfd9d4420a1 (diff) | |
download | scons-git-2be4e5dc83319222cc725d13f6e98e033c042197.tar.gz |
fixed some version string and copyright date items in README-SF.rst
-rwxr-xr-x | README-SF.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/README-SF.rst b/README-SF.rst index 3d8910ad0..3f82f15be 100755 --- a/README-SF.rst +++ b/README-SF.rst @@ -136,7 +136,7 @@ By default, the above commands will do the following: - Install scripts named "scons" and "sconsign" scripts in the default system script directory (/usr/bin or C:\\Python\*\\Scripts, for example). -- Install "scons-3.1.2.exe" and "scons.exe" executables in the Python +- Install "scons-4.5.0.exe" and "scons.exe" executables in the Python prefix directory on Windows (C:\\Python\*, for example). - Install the SCons build engine (a Python module) in the standard Python library directory @@ -378,7 +378,7 @@ running all of "runtest.py -a". Building Packages ================= -We use SCons (version 3.1.2 or later) to build its own packages. If you +We use SCons 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:: @@ -393,12 +393,12 @@ about `Executing SCons Without Installing`_):: Depending on the utilities installed on your system, any or all of the following packages will be built:: - SCons-4.2.0-py3-none-any.whl - SCons-4.3.0ayyyymmdd.tar.gz - SCons-4.3.0ayyyymmdd.zip - scons-doc-4.3.0ayyyymmdd.tar.gz - scons-local-4.3.0ayyyymmdd.tar.gz - scons-local-4.3.0ayyyymmdd.zip + SCons-4.5.0-py3-none-any.whl + SCons-4.5.0.tar.gz + SCons-4.5.0.zip + scons-doc-4.5.0.tar.gz + scons-local-4.5.0.tar.gz + scons-local-4.5.0.zip The SConstruct file is supposed to be smart enough to avoid trying to build packages for which you don't have the proper utilities installed. @@ -612,5 +612,5 @@ many contributors, including but not at all limited to: \... and many others. -Copyright (c) 2001 - 2021 The SCons Foundation +Copyright (c) 2001 - 2023 The SCons Foundation |