summaryrefslogtreecommitdiff
path: root/nt/emacsclient.rc
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-11-24 23:31:31 +0800
committerChong Yidong <cyd@gnu.org>2012-11-24 23:31:31 +0800
commitea0d348b1c4aca50783f6a931e35292f1c96e60b (patch)
treebd87b04a69feea09eec0f98be68840031c9082a8 /nt/emacsclient.rc
parent1e1bbf410d70b7a4bb1509afdfd399b7d086fad9 (diff)
downloademacs-ea0d348b1c4aca50783f6a931e35292f1c96e60b.tar.gz
Bump version to 24.2.90.emacs-24.2.90
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 e79f1fa4aaa..c4dc7825387 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,2,50,0
- PRODUCTVERSION 24,2,50,0
+ FILEVERSION 24,2,90,0
+ PRODUCTVERSION 24,2,90,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, 2, 50, 0\0"
+ VALUE "FileVersion", "24, 2, 90, 0\0"
VALUE "InternalName", "EmacsClient\0"
VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"
VALUE "OriginalFilename", "emacsclientw.exe"
VALUE "ProductName", "EmacsClient\0"
- VALUE "ProductVersion", "24, 2, 50, 0\0"
+ VALUE "ProductVersion", "24, 2, 90, 0\0"
VALUE "OLESelfRegister", "\0"
END
END