File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "4.5.1 "
1
+ __version__ = "4.5.2 "
2
2
__copyright__ = "Copyright (c) 2001 - 2023 The SCons Foundation"
3
3
__developer__ = "bdbaddog"
4
- __date__ = "Mon, 06 Mar 2023 23:32:38 -0400"
4
+ __date__ = "Tue, 21 Mar 2023 12:11:27 -0400"
5
5
__buildsys__ = "M1DOG2021"
6
- __revision__ = "49578b34582d9e92dac7d713a8e58599ae35aa63 "
7
- __build__ = "49578b34582d9e92dac7d713a8e58599ae35aa63 "
6
+ __revision__ = "120fd4f633e9ef3cafbc0fec35306d7555ffd1db "
7
+ __build__ = "120fd4f633e9ef3cafbc0fec35306d7555ffd1db "
8
8
# make sure compatibility is always in place
9
9
import SCons .compat # noqa
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ $RSYNC $RSYNCOPTS\
27
27
README.rst \
28
28
$SF_USER @$SF_MACHINE :$SF_TOPDIR /scons/
29
29
30
-
30
+
31
31
# Upload main scons release files:
32
32
$RSYNC $RSYNCOPTS \
33
33
SCons-$VERSION .tar.gz \
@@ -39,6 +39,7 @@ $RSYNC $RSYNCOPTS \
39
39
$RSYNC $RSYNCOPTS \
40
40
scons-local-$VERSION .tar.gz \
41
41
scons-local-$VERSION .zip \
42
+ scons-local-$VERSION .pyz \
42
43
CHANGES.txt RELEASE.txt \
43
44
$SF_USER @$SF_MACHINE :$SF_TOPDIR /scons-local/$VERSION /
44
45
You can’t perform that action at this time.
0 commit comments