home *** CD-ROM | disk | FTP | other *** search
-
- // ---------------------------------------------------------------------
- //
- // version.rc - Common Routines - QuickTime for Windows
- //
- // Version 1.0
- //
- // (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
- //
- // ---------------------------------------------------------------------
-
-
- #ifndef VS_FF_DEBUG
- #include <ver.h>
- #endif
-
- VS_VERSION_INFO VERSIONINFO
- PRODUCTVERSION 1,1,1,0
-
- BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904E4"
- BEGIN
- VALUE "CompanyName", "Apple Computer, Inc.\0"
- VALUE "InternalName", "QuickTime\0"
- VALUE "LegalCopyright","(c) Apple Computer, Inc. 1988-93. All rights reserved.\0"
- VALUE "ProductName", "QuickTime for Windows\0"
- VALUE "ProductVersion", "1.11\0"
- END
-
- END
-
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1252
- END
-
- END
-