michael@0: /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: michael@0: michael@0: ///////////////////////////////////////////////////////////////////////////// michael@0: michael@0: // Version stamp for this .DLL michael@0: michael@0: #include michael@0: michael@0: #include michael@0: michael@0: michael@0: michael@0: VS_VERSION_INFO VERSIONINFO michael@0: michael@0: FILEVERSION 4 // major, minor, release (alpha 1), build # michael@0: michael@0: PRODUCTVERSION 4 michael@0: michael@0: FILEFLAGSMASK 0 michael@0: michael@0: FILEFLAGS 0 // final version michael@0: michael@0: FILEOS VOS_DOS_WINDOWS16 michael@0: michael@0: FILETYPE VFT_DLL michael@0: michael@0: FILESUBTYPE 0 // not used michael@0: michael@0: BEGIN michael@0: michael@0: BLOCK "StringFileInfo" michael@0: michael@0: BEGIN michael@0: michael@0: BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual michael@0: michael@0: BEGIN michael@0: michael@0: VALUE "CompanyName", "Netscape Communications Corporation\0" michael@0: michael@0: VALUE "FileDescription", "Netscape 16-bit JavaScript Debugger Module\0" michael@0: michael@0: VALUE "FileVersion", "4.0\0" michael@0: michael@0: VALUE "InternalName", "JSD1640\0" michael@0: michael@0: VALUE "LegalCopyright", "Copyright Netscape Communications. 1994-96\0" michael@0: michael@0: VALUE "LegalTrademarks", "Netscape, Mozilla\0" michael@0: michael@0: VALUE "OriginalFilename","JSD1640.DLL\0" michael@0: michael@0: VALUE "ProductName", "NETSCAPE\0" michael@0: michael@0: VALUE "ProductVersion", "4.0\0" michael@0: michael@0: END michael@0: michael@0: END michael@0: michael@0: END michael@0: