racket/c/scheme.rc
dyb 46608ff1f1 Now opening 9.5.3 release. Intent is to formally release 9.5.2
(and possibly all and only even-numbered releases going forward)
and use 9.5.3 (and possibly all and only odd-numbered releases going
forward) for development.

original commit: 47110f36cea47a44078b3144c82d212de79774ce
2019-03-21 15:07:39 -07:00

30 lines
742 B
Plaintext

#include "winver.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 9,5,3,0
PRODUCTVERSION 9,5,3,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.3"
VALUE "FileVersion", "9.5.3"
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.3"
}
}
BLOCK "VarFileInfo" {
VALUE "Translation", 0x409, 0
}
}
scheme ICON "cs.ico"