Show
Ignore:
Timestamp:
2008年04月04日 22時04分40秒 (8 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nt/emacs.rc

    r4213 r4220  
    11Emacs ICON   icons\emacs.ico 
    2232649 CURSOR icons\hand.cur 
     31 24 "emacs.manifest" 
    34 
    45#ifndef VS_VERSION_INFO 
     
    78 
    89VS_VERSION_INFO VERSIONINFO 
    9  FILEVERSION 22,1,0,0 
    10  PRODUCTVERSION 22,1,0,0 
     10 FILEVERSION 22,2,0,0 
     11 PRODUCTVERSION 22,2,0,0 
    1112 FILEFLAGSMASK 0x3FL 
    1213#ifdef EMACSDEBUG 
     
    2526            VALUE "CompanyName", "Free Software Foundation\0" 
    2627            VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" 
    27             VALUE "FileVersion", "22, 1, 0, 0\0" 
     28            VALUE "FileVersion", "22, 2, 0, 0\0" 
    2829            VALUE "InternalName", "Emacs\0" 
    29             VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0" 
     30            VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008\0" 
    3031            VALUE "OriginalFilename", "emacs.exe" 
    3132            VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" 
    32             VALUE "ProductVersion", "22, 1, 0, 0\0" 
     33            VALUE "ProductVersion", "22, 2, 0, 0\0" 
    3334            VALUE "OLESelfRegister", "\0" 
    3435         END