summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1999-01-26 01:05:45 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1999-01-26 01:05:45 +0000
commitfa5c6d7c727df61b219855019d0169fe8b523faf (patch)
tree1743fcb74d2d4c3f030b46bb2d719796df16fae2 /nt
parent4398c7e39a3ca7f3f6f26ced3b3e06160e549ac0 (diff)
Use icons/gnu2a32.ico as the default icon.
Diffstat (limited to 'nt')
-rw-r--r--nt/emacs.rc10
1 files changed, 5 insertions, 5 deletions
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