aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorChong Yidong2007-02-23 17:37:28 +0000
committerChong Yidong2007-02-23 17:37:28 +0000
commit38008dcd924d42aeac69d0fa27034b80bc6687fe (patch)
tree48b1549319bacd4a0c330115eca86065e07a3cbd /nt
parentfc858181de5a588dfcdde19c1158ee8bdc2a2eb7 (diff)
downloademacs-38008dcd924d42aeac69d0fa27034b80bc6687fe.tar.gz
emacs-38008dcd924d42aeac69d0fa27034b80bc6687fe.zip
Bump to version 22.0.94.emacs-pretest-22.0.94
Diffstat (limited to 'nt')
-rw-r--r--nt/emacs.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/nt/emacs.rc b/nt/emacs.rc
index 1879a8655d2..85e74c7a9d6 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -6,8 +6,8 @@ Emacs ICON icons\emacs.ico
6#endif 6#endif
7 7
8VS_VERSION_INFO VERSIONINFO 8VS_VERSION_INFO VERSIONINFO
9 FILEVERSION 22,0,93,0 9 FILEVERSION 22,0,94,0
10 PRODUCTVERSION 22,0,93,0 10 PRODUCTVERSION 22,0,94,0
11 FILEFLAGSMASK 0x3FL 11 FILEFLAGSMASK 0x3FL
12#ifdef EMACSDEBUG 12#ifdef EMACSDEBUG
13 FILEFLAGS 0x1L 13 FILEFLAGS 0x1L
@@ -24,12 +24,12 @@ BEGIN
24 BEGIN 24 BEGIN
25 VALUE "CompanyName", "Free Software Foundation\0" 25 VALUE "CompanyName", "Free Software Foundation\0"
26 VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" 26 VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0"
27 VALUE "FileVersion", "22, 0, 93, 0\0" 27 VALUE "FileVersion", "22, 0, 94, 0\0"
28 VALUE "InternalName", "Emacs\0" 28 VALUE "InternalName", "Emacs\0"
29 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0" 29 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0"
30 VALUE "OriginalFilename", "emacs.exe" 30 VALUE "OriginalFilename", "emacs.exe"
31 VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" 31 VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0"
32 VALUE "ProductVersion", "22, 0, 93, 0\0" 32 VALUE "ProductVersion", "22, 0, 94, 0\0"
33 VALUE "OLESelfRegister", "\0" 33 VALUE "OLESelfRegister", "\0"
34 END 34 END
35 END 35 END