Mercurial > emacs
diff nt/emacsclient.rc @ 108372:22f58204116d
Bump version to 23.2.50.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 08 May 2010 00:46:44 -0400 |
parents | bfc8980754ed |
children | da3121d12212 |
line wrap: on
line diff
--- a/nt/emacsclient.rc Fri May 07 23:28:26 2010 -0400 +++ b/nt/emacsclient.rc Sat May 08 00:46:44 2010 -0400 @@ -5,8 +5,8 @@ #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,2,0,0 - PRODUCTVERSION 23,2,0,0 + FILEVERSION 23,2,50,0 + PRODUCTVERSION 23,2,50,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -23,12 +23,12 @@ BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" - VALUE "FileVersion", "23, 2, 0, 0\0" + VALUE "FileVersion", "23, 2, 50, 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, 0, 0\0" + VALUE "ProductVersion", "23, 2, 50, 0\0" VALUE "OLESelfRegister", "\0" END END