summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2002-02-18 00:03:38 +0000
committerJason Rumney <jasonr@gnu.org>2002-02-18 00:03:38 +0000
commit42715db3b3922df51eba05273c3816943cd50e28 (patch)
tree13da0892a2e0127dcdee7a3fd36c372ce8b7c12d /nt
parent549808dbb69e0e6e34af9948e2422bbaf7016d6c (diff)
downloademacs-42715db3b3922df51eba05273c3816943cd50e28.tar.gz
* emacs.rc: Define VS_VERSION_INFO if not already.
Update version info.
Diffstat (limited to 'nt')
-rw-r--r--nt/emacs.rc16
1 files changed, 10 insertions, 6 deletions
diff --git a/nt/emacs.rc b/nt/emacs.rc
index 64962deb889..ba74dd74af2 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -1,8 +1,12 @@
Emacs ICON icons\gnu2a32t.ico
+#ifndef VS_VERSION_INFO
+#define VS_VERSION_INFO 1
+#endif
+
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 20,4,0,0
- PRODUCTVERSION 20,4,0,0
+ FILEVERSION 21,2,50,0
+ PRODUCTVERSION 21,2,50,0
FILEFLAGSMASK 0x3FL
#ifdef EMACSDEBUG
FILEFLAGS 0x1L
@@ -18,13 +22,13 @@ BEGIN
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 "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) 1998\0"
+ VALUE "LegalCopyright", "Copyright (C) 2002\0"
VALUE "OriginalFilename", "emacs.exe"
VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0"
- VALUE "ProductVersion", "20, 4, 0, 0\0"
+ VALUE "ProductVersion", "21, 2, 50, 0\0"
VALUE "OLESelfRegister", "\0"
END
END