
- updated version to 9.5.2 bintar/Makefile rpm/Makefile pkg/Makefile BUILDING NOTICE makefiles/Mf-install.in makefiles/Makefile-csug.in scheme.1.in c/Makefile.a6nt c/Makefile.i3nt c/Makefile.ta6nt c/Makefile.ti3nt mats/Mf-a6nt mats/Mf-i3nt mats/Mf-ta6nt mats/Mf-ti3nt workarea c/scheme.rc s/7.ss s/cmacros.ss release_notes/release_notes.stex csug/copyright.stex csug/csug.stex rpm/Makefile pkg/Makefile wininstall/Makefile wininstall/a6nt.wxs wininstall/i3nt.wxs wininstall/ta6nt.wxs wininstall/ti3nt.wxs - fixed handling of bintar, rpm, pkg make files newrelease - fixed a bug in the fasl representation and reading of mutually recursive ftypes where one of the members of the cycle is the parent of another, which manifested in the fasl reader raising bogus "incompatible record type" exceptions. (The bug could also affect other record-type descriptors with cycles involving parent rtds and "extra" fields.) object files created before this fix are incompatible with builds with this fix, and objects files created after this fix are incompatible builds without this fix. fasl.ss, strip.ss, fasl.c, ftype.ms, release_notes.stex original commit: 766d591c18c2779866d1a059700e6ff1c02cb3c5
30 lines
742 B
Plaintext
30 lines
742 B
Plaintext
#include "winver.h"
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION 9,5,2,0
|
|
PRODUCTVERSION 9,5,2,0
|
|
FILEFLAGSMASK 0x3fL
|
|
FILEFLAGS 0x0L
|
|
FILEOS VOS__WINDOWS32
|
|
FILETYPE VFT_APP
|
|
FILESUBTYPE VFT2_UNKNOWN
|
|
{
|
|
BLOCK "StringFileInfo" {
|
|
BLOCK "04090000" {
|
|
VALUE "CompanyName", "Cisco Systems, Inc."
|
|
VALUE "FileDescription", "Chez Scheme Version 9.5.2"
|
|
VALUE "FileVersion", "9.5.2"
|
|
VALUE "InternalName", "scheme.exe"
|
|
VALUE "LegalCopyright", "Copyright 1984-2019 Cisco Systems, Inc. Licensed under the Apache License, Version 2.0."
|
|
VALUE "OriginalFilename", "scheme.exe"
|
|
VALUE "ProductName", "Chez Scheme"
|
|
VALUE "ProductVersion", "9.5.2"
|
|
}
|
|
}
|
|
BLOCK "VarFileInfo" {
|
|
VALUE "Translation", 0x409, 0
|
|
}
|
|
}
|
|
|
|
scheme ICON "cs.ico"
|