diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-12-10 12:46:40 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-12-10 12:46:40 -0500 |
commit | 1f10e75066b557174bb475c735bd74a725000a4a (patch) | |
tree | 65fc5483b7aa9fd10536b9a281b66a10f492d672 /nt/emacsclient.rc | |
parent | 158d59456887041e74cf0d8e0fa19bc65e6e4b1f (diff) | |
download | emacs-1f10e75066b557174bb475c735bd74a725000a4a.tar.gz |
Bump version to 23.2.91.emacs-pretest-23.2.91
Regenerate configure and ldefs-boot.el.
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 9da7524e04d..8d0a34640da 100644 --- a/nt/emacsclient.rc +++ b/nt/emacsclient.rc @@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,2,90,0 - PRODUCTVERSION 23,2,90,0 + FILEVERSION 23,2,91,0 + PRODUCTVERSION 23,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", "23, 2, 90, 0\0" + VALUE "FileVersion", "23, 2, 91, 0\0" VALUE "InternalName", "EmacsClient\0" VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" - VALUE "ProductVersion", "23, 2, 90, 0\0" + VALUE "ProductVersion", "23, 2, 91, 0\0" VALUE "OLESelfRegister", "\0" END END |