Skip to content

Commit

Permalink
4.5.1 release items
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbaddog committed Mar 7, 2023
1 parent 49578b3 commit 9bc9994
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions README-SF.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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-4.5.0.exe" and "scons.exe" executables in the Python
- Install "scons-4.5.1.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
Expand Down Expand Up @@ -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.5.0-py3-none-any.whl
SCons-4.4.2ayyyymmdd.tar.gz
SCons-4.4.2ayyyymmdd.zip
scons-doc-4.4.2ayyyymmdd.tar.gz
scons-local-4.4.2ayyyymmdd.tar.gz
scons-local-4.4.2ayyyymmdd.zip
SCons-4.5.1-py3-none-any.whl
SCons-4.5.1.tar.gz
SCons-4.5.1.zip
scons-doc-4.5.1.tar.gz
scons-local-4.5.1.tar.gz
scons-local-4.5.1.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.
Expand Down
8 changes: 4 additions & 4 deletions SCons/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
__version__="4.5.0"
__version__="4.5.1"
__copyright__="Copyright (c) 2001 - 2023 The SCons Foundation"
__developer__="bdbaddog"
__date__="Sun, 05 Mar 2023 16:59:21 -0400"
__date__="Mon, 06 Mar 2023 23:32:38 -0400"
__buildsys__="M1DOG2021"
__revision__="2be4e5dc83319222cc725d13f6e98e033c042197"
__build__="2be4e5dc83319222cc725d13f6e98e033c042197"
__revision__="49578b34582d9e92dac7d713a8e58599ae35aa63"
__build__="49578b34582d9e92dac7d713a8e58599ae35aa63"
# make sure compatibility is always in place
import SCons.compat # noqa

0 comments on commit 9bc9994

Please sign in to comment.