Skip to content

Commit e809494

Browse files
committed
Chez Scheme Version 10.4.0-pre-release.1
1 parent adfaf9e commit e809494

File tree

19 files changed

+46
-46
lines changed

19 files changed

+46
-46
lines changed

BUILDING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Building Chez Scheme Version 10.3.0
1+
Building Chez Scheme Version 10.4.0
22
Copyright 1984-2025 Cisco Systems, Inc.
33

44
Licensed under the Apache License, Version 2.0 (the "License");

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Chez Scheme Version 10.3.0
1+
Chez Scheme Version 10.4.0
22
Copyright 1984-2025 Cisco Systems, Inc.
33

44
This product includes code developed by Cisco Systems, Inc.

boot/pb/equates.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* equates.h for Chez Scheme Version 10.3.0 */
1+
/* equates.h for Chez Scheme Version 10.4.0-pre-release.1 */
22

33
/* Do not edit this file. It is automatically generated and */
44
/* specifically tailored to the version of Chez Scheme named */
@@ -1015,7 +1015,7 @@ typedef uint64_t U64;
10151015
#define rtd_sealed 0x4
10161016
#define sbwp (ptr)0x4E
10171017
#define scaled_shot_1_shot_flag -0x8
1018-
#define scheme_version 0xA030000
1018+
#define scheme_version 0xA040001
10191019
#define seginfo_generation_disp 0x1
10201020
#define seginfo_list_bits_disp 0x8
10211021
#define seginfo_space_disp 0x0

boot/pb/petite.boot

73 Bytes
Binary file not shown.

boot/pb/scheme.boot

7 Bytes
Binary file not shown.

boot/pb/scheme.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* scheme.h for Chez Scheme Version 10.3.0 (pb) */
1+
/* scheme.h for Chez Scheme Version 10.4.0-pre-release.1 (pb) */
22

33
/* Do not edit this file. It is automatically generated and */
44
/* specifically tailored to the version of Chez Scheme named */
@@ -40,7 +40,7 @@
4040
#endif
4141

4242
/* Chez Scheme Version and machine type */
43-
#define VERSION "10.3.0"
43+
#define VERSION "10.4.0-pre-release.1"
4444
#define MACHINE_TYPE "pb"
4545

4646
/* Integer typedefs */

c/scheme.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include "winver.h"
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 10,3,0,0
5-
PRODUCTVERSION 10,3,0,0
4+
FILEVERSION 10,4,0,0
5+
PRODUCTVERSION 10,4,0,0
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0x0L
88
FILEOS VOS__WINDOWS32
@@ -12,13 +12,13 @@ VS_VERSION_INFO VERSIONINFO
1212
BLOCK "StringFileInfo" {
1313
BLOCK "04090000" {
1414
VALUE "CompanyName", "Cisco Systems, Inc."
15-
VALUE "FileDescription", "Chez Scheme Version 10.3.0"
16-
VALUE "FileVersion", "10.3.0"
15+
VALUE "FileDescription", "Chez Scheme Version 10.4.0"
16+
VALUE "FileVersion", "10.4.0"
1717
VALUE "InternalName", "scheme.exe"
1818
VALUE "LegalCopyright", "Copyright 1984-2025 Cisco Systems, Inc. Licensed under the Apache License, Version 2.0."
1919
VALUE "OriginalFilename", "scheme.exe"
2020
VALUE "ProductName", "Chez Scheme"
21-
VALUE "ProductVersion", "10.3.0"
21+
VALUE "ProductVersion", "10.4.0"
2222
}
2323
}
2424
BLOCK "VarFileInfo" {

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,11 +653,11 @@ if [ "$installdoc" = "" ] ; then
653653
fi
654654

655655
if [ "$installcsug" = "" ] ; then
656-
installcsug=$installdoc/csug10.3.0
656+
installcsug=$installdoc/csug10.4.0
657657
fi
658658

659659
if [ "$installreleasenotes" = "" ] ; then
660-
installreleasenotes=$installdoc/csv10.3.0
660+
installreleasenotes=$installdoc/csv10.4.0
661661
fi
662662

663663
if [ "$help" = "yes" ]; then

maketarball

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ function cleanup() { rm -rf "$tmpdir"; }
2525

2626
trap cleanup EXIT
2727

28-
git archive --format=tar --prefix=csv10.3.0/ HEAD | (cd "$tmpdir"; tar -xf -)
28+
git archive --format=tar --prefix=csv10.4.0/ HEAD | (cd "$tmpdir"; tar -xf -)
2929
git submodule update --init --recursive
3030
git submodule --quiet foreach --recursive \
31-
"git archive --format=tar --prefix=\"csv10.3.0/\$path/\" HEAD | (cd \"$tmpdir\"; tar -xf -)"
31+
"git archive --format=tar --prefix=\"csv10.4.0/\$path/\" HEAD | (cd \"$tmpdir\"; tar -xf -)"
3232

3333
if [[ "$(uname -s)" == "Darwin" ]]; then
3434
mac="--no-mac-metadata"
3535
else
3636
mac=""
3737
fi
38-
(cd "$tmpdir"; tar -c -z $mac -f "$srcdir/csv10.3.0.tar.gz" csv10.3.0)
38+
(cd "$tmpdir"; tar -c -z $mac -f "$srcdir/csv10.4.0.tar.gz" csv10.4.0)

pkg/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
m := $(shell find ../bin/* -type d | xargs basename)
17-
version = 10.3.0
17+
version = 10.4.0
1818
release = 1
1919

2020
DOTUSER = $(shell ls -ld . | sed -e 's/[^ ]* *[^ ]* *\([^ ]*\).*/\1/')

0 commit comments

Comments
 (0)