emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/emacs.rc


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/nt/emacs.rc
Date: Sun, 17 Feb 2002 19:03:39 -0500

Index: emacs/nt/emacs.rc
diff -c emacs/nt/emacs.rc:1.4 emacs/nt/emacs.rc:1.5
*** emacs/nt/emacs.rc:1.4       Wed Jun 16 15:55:59 1999
--- emacs/nt/emacs.rc   Sun Feb 17 19:03:38 2002
***************
*** 1,8 ****
  Emacs ICON    icons\gnu2a32t.ico
  
  VS_VERSION_INFO VERSIONINFO
!  FILEVERSION 20,4,0,0
!  PRODUCTVERSION 20,4,0,0
   FILEFLAGSMASK 0x3FL
  #ifdef EMACSDEBUG
   FILEFLAGS 0x1L
--- 1,12 ----
  Emacs ICON    icons\gnu2a32t.ico
  
+ #ifndef VS_VERSION_INFO
+ #define VS_VERSION_INFO 1
+ #endif
+ 
  VS_VERSION_INFO VERSIONINFO
!  FILEVERSION 21,2,50,0
!  PRODUCTVERSION 21,2,50,0
   FILEFLAGSMASK 0x3FL
  #ifdef EMACSDEBUG
   FILEFLAGS 0x1L
***************
*** 18,30 ****
        BLOCK "040904B0"
        BEGIN
            VALUE "CompanyName", "Free Software Foundation\0"
!           VALUE "FileDescription", "GNU Emacs for Windows NT and Windows 
95/98\0"
!           VALUE "FileVersion", "20, 4, 0, 0\0"
            VALUE "InternalName", "Emacs\0"
!           VALUE "LegalCopyright", "Copyright (C) 1998\0"
            VALUE "OriginalFilename", "emacs.exe"
            VALUE "ProductName", "Emacs: The extensible self-documenting text 
editor\0"
!           VALUE "ProductVersion", "20, 4, 0, 0\0"
            VALUE "OLESelfRegister", "\0"
         END
       END
--- 22,34 ----
        BLOCK "040904B0"
        BEGIN
            VALUE "CompanyName", "Free Software Foundation\0"
!           VALUE "FileDescription", "GNU Emacs for Windows 
NT/95/98/2000/ME/XP\0"
!           VALUE "FileVersion", "21, 2, 50, 0\0"
            VALUE "InternalName", "Emacs\0"
!           VALUE "LegalCopyright", "Copyright (C) 2002\0"
            VALUE "OriginalFilename", "emacs.exe"
            VALUE "ProductName", "Emacs: The extensible self-documenting text 
editor\0"
!           VALUE "ProductVersion", "21, 2, 50, 0\0"
            VALUE "OLESelfRegister", "\0"
         END
       END



reply via email to

[Prev in Thread] Current Thread [Next in Thread]