Skip to content

Commit 9bc9994

Browse files
committed
4.5.1 release items
1 parent 49578b3 commit 9bc9994

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

README-SF.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ By default, the above commands will do the following:
136136
- Install scripts named "scons" and "sconsign" scripts in the default system
137137
script directory (/usr/bin or C:\\Python\*\\Scripts, for example).
138138

139-
- Install "scons-4.5.0.exe" and "scons.exe" executables in the Python
139+
- Install "scons-4.5.1.exe" and "scons.exe" executables in the Python
140140
prefix directory on Windows (C:\\Python\*, for example).
141141

142142
- Install the SCons build engine (a Python module) in the standard Python library directory
@@ -393,12 +393,12 @@ about `Executing SCons Without Installing`_)::
393393
Depending on the utilities installed on your system, any or all of the
394394
following packages will be built::
395395

396-
SCons-4.5.0-py3-none-any.whl
397-
SCons-4.4.2ayyyymmdd.tar.gz
398-
SCons-4.4.2ayyyymmdd.zip
399-
scons-doc-4.4.2ayyyymmdd.tar.gz
400-
scons-local-4.4.2ayyyymmdd.tar.gz
401-
scons-local-4.4.2ayyyymmdd.zip
396+
SCons-4.5.1-py3-none-any.whl
397+
SCons-4.5.1.tar.gz
398+
SCons-4.5.1.zip
399+
scons-doc-4.5.1.tar.gz
400+
scons-local-4.5.1.tar.gz
401+
scons-local-4.5.1.zip
402402

403403
The SConstruct file is supposed to be smart enough to avoid trying to build
404404
packages for which you don't have the proper utilities installed.

SCons/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
__version__="4.5.0"
1+
__version__="4.5.1"
22
__copyright__="Copyright (c) 2001 - 2023 The SCons Foundation"
33
__developer__="bdbaddog"
4-
__date__="Sun, 05 Mar 2023 16:59:21 -0400"
4+
__date__="Mon, 06 Mar 2023 23:32:38 -0400"
55
__buildsys__="M1DOG2021"
6-
__revision__="2be4e5dc83319222cc725d13f6e98e033c042197"
7-
__build__="2be4e5dc83319222cc725d13f6e98e033c042197"
6+
__revision__="49578b34582d9e92dac7d713a8e58599ae35aa63"
7+
__build__="49578b34582d9e92dac7d713a8e58599ae35aa63"
88
# make sure compatibility is always in place
99
import SCons.compat # noqa

0 commit comments

Comments
 (0)