From: Geoff Voelker Date: Tue, 26 Jan 1999 01:05:45 +0000 (+0000) Subject: Use icons/gnu2a32.ico as the default icon. X-Git-Tag: emacs-20.4~766 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa5c6d7c727df61b219855019d0169fe8b523faf;p=emacs.git Use icons/gnu2a32.ico as the default icon. --- diff --git a/nt/emacs.rc b/nt/emacs.rc index 895e498b559..872bc8b2fec 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc @@ -1,8 +1,8 @@ -Emacs ICON emacs.ico +Emacs ICON icons\gnu2a32.ico VS_VERSION_INFO VERSIONINFO - FILEVERSION 20,3,0,0 - PRODUCTVERSION 20,3,0,0 + FILEVERSION 20,4,0,0 + PRODUCTVERSION 20,4,0,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU Emacs for Windows NT and Windows 95/98\0" - VALUE "FileVersion", "20, 3, 0, 0\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, 3, 0, 0\0" + VALUE "ProductVersion", "20, 4, 0, 0\0" VALUE "OLESelfRegister", "\0" END END