diff --git a/BUILDING b/BUILDING index 77de9d0ef..151e99cbb 100644 --- a/BUILDING +++ b/BUILDING @@ -1,4 +1,4 @@ -Building Chez Scheme Version 10.1.0 +Building Chez Scheme Version 10.2.0 Copyright 1984-2024 Cisco Systems, Inc. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/NOTICE b/NOTICE index d84851e14..d9fbfd779 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Chez Scheme Version 10.1.0 +Chez Scheme Version 10.2.0 Copyright 1984-2024 Cisco Systems, Inc. This product includes code developed by Cisco Systems, Inc. diff --git a/boot/pb/equates.h b/boot/pb/equates.h index 35b731fa5..4d052960a 100644 --- a/boot/pb/equates.h +++ b/boot/pb/equates.h @@ -1,4 +1,4 @@ -/* equates.h for Chez Scheme Version 10.1.0 */ +/* equates.h for Chez Scheme Version 10.2.0-pre-release.1 */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -1015,7 +1015,7 @@ typedef uint64_t U64; #define rtd_sealed 0x4 #define sbwp (ptr)0x4E #define scaled_shot_1_shot_flag -0x8 -#define scheme_version 0xA010000 +#define scheme_version 0xA020001 #define seginfo_generation_disp 0x1 #define seginfo_list_bits_disp 0x8 #define seginfo_space_disp 0x0 diff --git a/boot/pb/petite.boot b/boot/pb/petite.boot index 074bd0de2..1240bad20 100644 Binary files a/boot/pb/petite.boot and b/boot/pb/petite.boot differ diff --git a/boot/pb/scheme.boot b/boot/pb/scheme.boot index e54ced810..cd9314a6e 100644 Binary files a/boot/pb/scheme.boot and b/boot/pb/scheme.boot differ diff --git a/boot/pb/scheme.h b/boot/pb/scheme.h index 630c029d6..dbc5d55a3 100644 --- a/boot/pb/scheme.h +++ b/boot/pb/scheme.h @@ -1,4 +1,4 @@ -/* scheme.h for Chez Scheme Version 10.1.0 (pb) */ +/* scheme.h for Chez Scheme Version 10.2.0-pre-release.1 (pb) */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -40,7 +40,7 @@ #endif /* Chez Scheme Version and machine type */ -#define VERSION "10.1.0" +#define VERSION "10.2.0-pre-release.1" #define MACHINE_TYPE "pb" /* Integer typedefs */ diff --git a/c/scheme.rc b/c/scheme.rc index d106d62da..fa3af73e2 100644 --- a/c/scheme.rc +++ b/c/scheme.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 10,1,0,0 - PRODUCTVERSION 10,1,0,0 + FILEVERSION 10,2,0,0 + PRODUCTVERSION 10,2,0,0 FILEFLAGSMASK 0x3fL FILEFLAGS 0x0L FILEOS VOS__WINDOWS32 @@ -12,13 +12,13 @@ VS_VERSION_INFO VERSIONINFO BLOCK "StringFileInfo" { BLOCK "04090000" { VALUE "CompanyName", "Cisco Systems, Inc." - VALUE "FileDescription", "Chez Scheme Version 10.1.0" - VALUE "FileVersion", "10.1.0" + VALUE "FileDescription", "Chez Scheme Version 10.2.0" + VALUE "FileVersion", "10.2.0" VALUE "InternalName", "scheme.exe" VALUE "LegalCopyright", "Copyright 1984-2024 Cisco Systems, Inc. Licensed under the Apache License, Version 2.0." VALUE "OriginalFilename", "scheme.exe" VALUE "ProductName", "Chez Scheme" - VALUE "ProductVersion", "10.1.0" + VALUE "ProductVersion", "10.2.0" } } BLOCK "VarFileInfo" { diff --git a/configure b/configure index 8815f3ccc..a5ac040c1 100755 --- a/configure +++ b/configure @@ -653,11 +653,11 @@ if [ "$installdoc" = "" ] ; then fi if [ "$installcsug" = "" ] ; then - installcsug=$installdoc/csug10.1.0 + installcsug=$installdoc/csug10.2.0 fi if [ "$installreleasenotes" = "" ] ; then - installreleasenotes=$installdoc/csv10.1.0 + installreleasenotes=$installdoc/csv10.2.0 fi if [ "$help" = "yes" ]; then diff --git a/maketarball b/maketarball index fbfd53f06..a2642cc7d 100755 --- a/maketarball +++ b/maketarball @@ -25,14 +25,14 @@ function cleanup() { rm -rf "$tmpdir"; } trap cleanup EXIT -git archive --format=tar --prefix=csv10.1.0/ HEAD | (cd "$tmpdir"; tar -xf -) +git archive --format=tar --prefix=csv10.2.0/ HEAD | (cd "$tmpdir"; tar -xf -) git submodule update --init --recursive git submodule --quiet foreach --recursive \ - "git archive --format=tar --prefix=\"csv10.1.0/\$path/\" HEAD | (cd \"$tmpdir\"; tar -xf -)" + "git archive --format=tar --prefix=\"csv10.2.0/\$path/\" HEAD | (cd \"$tmpdir\"; tar -xf -)" if [[ "$(uname -s)" == "Darwin" ]]; then mac="--no-mac-metadata" else mac="" fi -(cd "$tmpdir"; tar -c -z $mac -f "$srcdir/csv10.1.0.tar.gz" csv10.1.0) +(cd "$tmpdir"; tar -c -z $mac -f "$srcdir/csv10.2.0.tar.gz" csv10.2.0) diff --git a/pkg/Makefile b/pkg/Makefile index 5b102ea82..d36d4295a 100644 --- a/pkg/Makefile +++ b/pkg/Makefile @@ -14,7 +14,7 @@ # limitations under the License. m := $(shell find ../bin/* -type d | xargs basename) -version = 10.1.0 +version = 10.2.0 release = 1 DOTUSER = $(shell ls -ld . | sed -e 's/[^ ]* *[^ ]* *\([^ ]*\).*/\1/') diff --git a/release_notes/release_notes.stex b/release_notes/release_notes.stex index cc3ffef1d..f1cc115ed 100644 --- a/release_notes/release_notes.stex +++ b/release_notes/release_notes.stex @@ -1,6 +1,6 @@ \documentclass{releasenotes} -\thisversion{Version 10.1.0} +\thisversion{Version 10.2.0} \thatversion{Version 8.4} \pubmonth{November} \pubyear{2024} diff --git a/rpm/Makefile b/rpm/Makefile index 699a6d2c0..548c3c0d2 100644 --- a/rpm/Makefile +++ b/rpm/Makefile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = 10.1.0 +version = 10.2.0 release = 1 m := $(shell find ../bin/* -type d | xargs basename) arch := $(shell if test "$(m)" == "i3le" ; then echo i686 ; elif test "$(m)" == "a6le" ; then echo x86_64 ; else echo UNKNOWN ; fi) diff --git a/s/cmacros.ss b/s/cmacros.ss index b8330e727..7033e07c0 100644 --- a/s/cmacros.ss +++ b/s/cmacros.ss @@ -357,7 +357,7 @@ ;; --------------------------------------------------------------------- ;; Version and machine types: -(define-constant scheme-version #x0a010000) +(define-constant scheme-version #x0a020001) (define-syntax define-machine-types (lambda (x) diff --git a/scheme.1.in b/scheme.1.in index 8c02bb555..f311e6a71 100644 --- a/scheme.1.in +++ b/scheme.1.in @@ -3,7 +3,7 @@ .if t .ds c caf\o'\'e' .if n .ds c cafe .ds ]W -.TH SCHEME 1 "Chez Scheme Version 10.1.0 November 2024" +.TH SCHEME 1 "Chez Scheme Version 10.2.0 November 2024" .SH NAME {InstallSchemeName} - Chez Scheme .br diff --git a/wininstall/Makefile b/wininstall/Makefile index f93532752..ba2bbf6b1 100644 --- a/wininstall/Makefile +++ b/wininstall/Makefile @@ -1,4 +1,4 @@ -VERSION := 10.1.0 +VERSION := 10.2.0 WIXEXTENSIONS := -ext WixUIExtension -ext WixBalExtension export MSYS_NO_PATHCONV=1 diff --git a/wininstall/a6nt.wxs b/wininstall/a6nt.wxs index 82a2359ee..84a5f894c 100644 --- a/wininstall/a6nt.wxs +++ b/wininstall/a6nt.wxs @@ -4,16 +4,16 @@ - + - + - + - + @@ -40,10 +40,10 @@ - + - + diff --git a/wininstall/i3nt.wxs b/wininstall/i3nt.wxs index 15db4329f..ca7fb9fb9 100644 --- a/wininstall/i3nt.wxs +++ b/wininstall/i3nt.wxs @@ -4,16 +4,16 @@ - + - + - + - + @@ -40,10 +40,10 @@ - + - + diff --git a/wininstall/ta6nt.wxs b/wininstall/ta6nt.wxs index 1b79ddaac..2ddeb2880 100644 --- a/wininstall/ta6nt.wxs +++ b/wininstall/ta6nt.wxs @@ -4,16 +4,16 @@ - + - + - + - + @@ -40,10 +40,10 @@ - + - + diff --git a/wininstall/ti3nt.wxs b/wininstall/ti3nt.wxs index 2371e8b58..1ca3ad2a2 100644 --- a/wininstall/ti3nt.wxs +++ b/wininstall/ti3nt.wxs @@ -4,16 +4,16 @@ - + - + - + - + @@ -40,10 +40,10 @@ - + - +