summaryrefslogtreecommitdiff
path: root/nt/emacsclient.rc
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2011-10-31 10:25:01 +0800
committerChong Yidong <cyd@gnu.org>2011-10-31 10:25:01 +0800
commit2e5f9e42d005d22e9475bb202489ac9973a78fe8 (patch)
tree83d15012a0c4a060b31eb2706a9b5bc1f200d859 /nt/emacsclient.rc
parent44a31225c3abcc9f07d47168fa2243ae569aa10c (diff)
downloademacs-2e5f9e42d005d22e9475bb202489ac9973a78fe8.tar.gz
Bump version to 24.0.91.emacs-pretest-24.0.91
Regenerate AUTHORS and ldefs-boot.el.
Diffstat (limited to 'nt/emacsclient.rc')
-rw-r--r--nt/emacsclient.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc
index db98b46fb15..6de1daeb959 100644
--- a/nt/emacsclient.rc
+++ b/nt/emacsclient.rc
@@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 24,0,90,0
- PRODUCTVERSION 24,0,90,0
+ FILEVERSION 24,0,91,0
+ PRODUCTVERSION 24,0,91,0
FILEFLAGSMASK 0x3FL
#ifdef EMACSDEBUG
FILEFLAGS 0x1L
@@ -23,12 +23,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Free Software Foundation\0"
VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
- VALUE "FileVersion", "24, 0, 90, 0\0"
+ VALUE "FileVersion", "24, 0, 91, 0\0"
VALUE "InternalName", "EmacsClient\0"
VALUE "LegalCopyright", "Copyright (C) 2001-2011\0"
VALUE "OriginalFilename", "emacsclientw.exe"
VALUE "ProductName", "EmacsClient\0"
- VALUE "ProductVersion", "24, 0, 90, 0\0"
+ VALUE "ProductVersion", "24, 0, 91, 0\0"
VALUE "OLESelfRegister", "\0"
END
END