aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nt/emacsclient.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc
index 48e46630989..c446c3ac6d5 100644
--- a/nt/emacsclient.rc
+++ b/nt/emacsclient.rc
@@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico
5#endif 5#endif
6 6
7VS_VERSION_INFO VERSIONINFO 7VS_VERSION_INFO VERSIONINFO
8 FILEVERSION 22,2,50,0 8 FILEVERSION 22,2,90,0
9 PRODUCTVERSION 22,2,50,0 9 PRODUCTVERSION 22,2,90,0
10 FILEFLAGSMASK 0x3FL 10 FILEFLAGSMASK 0x3FL
11#ifdef EMACSDEBUG 11#ifdef EMACSDEBUG
12 FILEFLAGS 0x1L 12 FILEFLAGS 0x1L
@@ -23,12 +23,12 @@ BEGIN
23 BEGIN 23 BEGIN
24 VALUE "CompanyName", "Free Software Foundation\0" 24 VALUE "CompanyName", "Free Software Foundation\0"
25 VALUE "FileDescription", "GNU EmacsClient for Windows NT/95/98/2000/ME/XP\0" 25 VALUE "FileDescription", "GNU EmacsClient for Windows NT/95/98/2000/ME/XP\0"
26 VALUE "FileVersion", "22, 2, 50, 0\0" 26 VALUE "FileVersion", "22, 2, 90, 0\0"
27 VALUE "InternalName", "EmacsClient\0" 27 VALUE "InternalName", "EmacsClient\0"
28 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008\0" 28 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008\0"
29 VALUE "OriginalFilename", "emacsclientw.exe" 29 VALUE "OriginalFilename", "emacsclientw.exe"
30 VALUE "ProductName", "EmacsClient: Client for the extensible self-documenting text editor\0" 30 VALUE "ProductName", "EmacsClient: Client for the extensible self-documenting text editor\0"
31 VALUE "ProductVersion", "22, 2, 50, 0\0" 31 VALUE "ProductVersion", "22, 2, 90, 0\0"
32 VALUE "OLESelfRegister", "\0" 32 VALUE "OLESelfRegister", "\0"
33 END 33 END
34 END 34 END