Skip to content

Commit fdf6b3f

Browse files
committed
Chez Scheme Version 10.2.0
1 parent db82857 commit fdf6b3f

File tree

14 files changed

+17
-17
lines changed

14 files changed

+17
-17
lines changed

BUILDING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Building Chez Scheme Version 10.2.0
2-
Copyright 1984-2024 Cisco Systems, Inc.
2+
Copyright 1984-2025 Cisco Systems, Inc.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Chez Scheme Version 10.2.0
2-
Copyright 1984-2024 Cisco Systems, Inc.
2+
Copyright 1984-2025 Cisco Systems, Inc.
33

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

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.2.0-pre-release.2 */
1+
/* equates.h for Chez Scheme Version 10.2.0 */
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 0xA020002
1018+
#define scheme_version 0xA020000
10191019
#define seginfo_generation_disp 0x1
10201020
#define seginfo_list_bits_disp 0x8
10211021
#define seginfo_space_disp 0x0

boot/pb/petite.boot

-4.68 MB
Binary file not shown.

boot/pb/scheme.boot

-3.74 MB
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.2.0-pre-release.2 (pb) */
1+
/* scheme.h for Chez Scheme Version 10.2.0 (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.2.0-pre-release.2"
43+
#define VERSION "10.2.0"
4444
#define MACHINE_TYPE "pb"
4545

4646
/* Integer typedefs */

c/scheme.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ VS_VERSION_INFO VERSIONINFO
1515
VALUE "FileDescription", "Chez Scheme Version 10.2.0"
1616
VALUE "FileVersion", "10.2.0"
1717
VALUE "InternalName", "scheme.exe"
18-
VALUE "LegalCopyright", "Copyright 1984-2024 Cisco Systems, Inc. Licensed under the Apache License, Version 2.0."
18+
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"
2121
VALUE "ProductVersion", "10.2.0"

csug/copyright.stex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
\centerline{}\vfill
1818

19-
\textbf{\copyright~2024 Cisco Systems, Inc.}
19+
\textbf{\copyright~2025 Cisco Systems, Inc.}
2020

2121
Licensed under the Apache License Version 2.0\\
2222
http://www.apache.org/licenses/LICENSE-2.0

csug/csug.stex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
;; is the same as the documented version. If it's a release version,
2828
;; then the date is fixed to the release date. Otherwise, use
2929
;; the date when the document is built.
30-
(define latest-release-date "November 2024")
30+
(define latest-release-date "May 2025")
3131
(printf "\\def\\CSVersion{~a}\n" (scheme-version #t))
3232
(cond
3333
[(not (scheme-pre-release))
@@ -78,7 +78,7 @@
7878
\def\copyrightnotice{\raw{<hr class=copyright align=left>
7979
<p>
8080
<a class=plain href="index.html">Chez Scheme Version 10 User's Guide</a><br>
81-
Copyright &copy; 2024 Cisco Systems, Inc.<br>
81+
Copyright &copy; 2025 Cisco Systems, Inc.<br>
8282
Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License Version 2.0</a>
8383
(<a class=plain href="canned/copyright.html">full copyright notice.</a>).</br>
8484
Revised} \revisiondate\raw{ for }\CSVersion\raw{<br>

pkg/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $(BUILDROOT)/Distribution: $(BUILDROOT)
7777
$(BUILDROOT)/Resources/en.lproj/Welcome.html: $(BUILDROOT)/Resources/en.lproj
7878
echo '<html>' > $(BUILDROOT)/Resources/en.lproj/Welcome.html
7979
echo '<h3>Chez Scheme Version $(version)</h3>' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
80-
echo '<p>Copyright &copy; 2024 Cisco Systems, Inc.</p>' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
80+
echo '<p>Copyright &copy; 2025 Cisco Systems, Inc.</p>' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
8181
echo '<p>Chez Scheme is a programming language and an implementation of that language, with supporting tools and documentation.</p>' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
8282
echo '</html>' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
8383
chmod 644 $(BUILDROOT)/Resources/en.lproj/Welcome.html

0 commit comments

Comments
 (0)