diff --git a/LOG b/LOG index 332ebfde4e..dd698aa88d 100644 --- a/LOG +++ b/LOG @@ -615,7 +615,9 @@ bintar BUILDING NOTICE makefiles/Mf-install.in scheme.1.in c/Makefile.i3nt c/Makefile.a6nt c/Makefile.ti3nt c/Makefile.ta6nt workarea c/scheme.rc s/7.ss s/cmacros.ss - release_notes/release_notes.stex csug/csug.stex + release_notes/release_notes.stex csug/csug.stex csug/use.stex + examples/ez-grammar-test.ss examples/socket.ss + wininstall/Makefile wininstall/*nt.wxs - Added setting of CHEZSCHEMELIBDIRS to s and mats make files so that an existing setting will not interfere with the build process, and added a note to BUILDING that CHEZSCHEMELIBDIRS should be unset in diff --git a/csug/use.stex b/csug/use.stex index 60f49a91bb..f82066ce07 100644 --- a/csug/use.stex +++ b/csug/use.stex @@ -55,7 +55,7 @@ After entering this command, you should see a short greeting followed by an angle-bracket on a line by itself, like this: \schemedisplay -Chez Scheme Version 9.4 +Chez Scheme Version 9.5.1 Copyright 1984-2017 Cisco Systems, Inc. > diff --git a/examples/ez-grammar-test.ss b/examples/ez-grammar-test.ss index d56390634d..c9a8607d1e 100644 --- a/examples/ez-grammar-test.ss +++ b/examples/ez-grammar-test.ss @@ -97,7 +97,7 @@ (export state-case eof) (import (chezscheme)) - ;;; from Chez Scheme Version 9.4 cmacros.ss + ;;; from Chez Scheme Version 9.5.1 cmacros.ss (define-syntax state-case (lambda (x) (define state-case-test diff --git a/examples/socket.ss b/examples/socket.ss index f752d40bfc..7bab5b644b 100644 --- a/examples/socket.ss +++ b/examples/socket.ss @@ -217,7 +217,7 @@ (printf "client:~%~a~%server:~%" (utf8->string bv)))))) > (get) client: -Chez Scheme Version 9.4.1 +Chez Scheme Version 9.5.1 Copyright 1984-2017 Cisco Systems, Inc. > diff --git a/wininstall/Makefile b/wininstall/Makefile index 834a35c88a..d6a7e39758 100755 --- a/wininstall/Makefile +++ b/wininstall/Makefile @@ -1,4 +1,4 @@ -VERSION := 9.4.1 +VERSION := 9.5.1 WIXEXTENSIONS := -ext WixUIExtension -ext WixBalExtension ChezScheme.exe: x86/bundle.wixobj ChezScheme32.msi ChezScheme64.msi diff --git a/wininstall/a6nt.wxs b/wininstall/a6nt.wxs index 5b92632e54..705c64e189 100755 --- a/wininstall/a6nt.wxs +++ b/wininstall/a6nt.wxs @@ -4,13 +4,13 @@ - + - + - + @@ -31,10 +31,10 @@ - + - + diff --git a/wininstall/i3nt.wxs b/wininstall/i3nt.wxs index 97360f9f35..caf37bf93e 100755 --- a/wininstall/i3nt.wxs +++ b/wininstall/i3nt.wxs @@ -4,13 +4,13 @@ - + - + - + @@ -31,10 +31,10 @@ - + - + diff --git a/wininstall/ta6nt.wxs b/wininstall/ta6nt.wxs index ad83bdc39f..343bd699c2 100755 --- a/wininstall/ta6nt.wxs +++ b/wininstall/ta6nt.wxs @@ -4,13 +4,13 @@ - + - + - + @@ -31,10 +31,10 @@ - + - + diff --git a/wininstall/ti3nt.wxs b/wininstall/ti3nt.wxs index 330aab8564..ab778924c1 100755 --- a/wininstall/ti3nt.wxs +++ b/wininstall/ti3nt.wxs @@ -4,13 +4,13 @@ - + - + - + @@ -31,10 +31,10 @@ - + - +