home *** CD-ROM | disk | FTP | other *** search
/ cyber.net 2 / cybernet2.ISO / qtw111 / mplayer / version.rc < prev   
Text File  |  1993-10-27  |  895b  |  40 lines

  1.  
  2. // ---------------------------------------------------------------------
  3. //
  4. // version.rc - Common Routines - QuickTime for Windows
  5. //
  6. //              Version 1.0
  7. //
  8. //              (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
  9. //
  10. // ---------------------------------------------------------------------
  11.  
  12.  
  13. #ifndef VS_FF_DEBUG
  14.   #include <ver.h>
  15. #endif
  16.  
  17. VS_VERSION_INFO VERSIONINFO
  18. PRODUCTVERSION  1,1,1,0
  19.  
  20. BEGIN
  21.   BLOCK "StringFileInfo"
  22.   BEGIN
  23.     BLOCK "040904E4"
  24.     BEGIN
  25.       VALUE "CompanyName", "Apple Computer, Inc.\0"
  26.       VALUE "InternalName", "QuickTime\0"
  27.       VALUE "LegalCopyright","(c) Apple Computer, Inc. 1988-93.  All rights reserved.\0"
  28.       VALUE "ProductName", "QuickTime for Windows\0"
  29.       VALUE "ProductVersion", "1.11\0"
  30.     END
  31.  
  32.   END
  33.  
  34.   BLOCK "VarFileInfo"
  35.   BEGIN
  36.     VALUE "Translation", 0x409, 1252
  37.   END
  38.  
  39. END
  40.