diff options
author | Chong Yidong <cyd@gnu.org> | 2012-12-15 22:16:02 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-12-15 22:16:02 +0800 |
commit | c0c392491828592d11a9d620aeb6ceeab8ed3493 (patch) | |
tree | 0593f651f267a53012cbd3223246e32e07df7305 /nt/emacsclient.rc | |
parent | 5bec25eb1e1c91a2fe0aee9c332ff1506b021aa9 (diff) | |
download | emacs-c0c392491828592d11a9d620aeb6ceeab8ed3493.tar.gz |
Bump version to 24.2.91.emacs-24.2.91
Regenerate ldefs-boot.el and AUTHORS.
Diffstat (limited to 'nt/emacsclient.rc')
-rw-r--r-- | nt/emacsclient.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index c4dc7825387..e181ac9eb50 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,90,0 - PRODUCTVERSION 24,2,90,0 + FILEVERSION 24,2,91,0 + PRODUCTVERSION 24,2,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, 2, 90, 0\0" + VALUE "FileVersion", "24, 2, 91, 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, 90, 0\0" + VALUE "ProductVersion", "24, 2, 91, 0\0" VALUE "OLESelfRegister", "\0" END END |