diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-05-07 23:28:26 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-05-07 23:28:26 -0400 |
commit | 61a808e8197bb47dad1a78d7b032268482c45a9c (patch) | |
tree | 9c98131154139dd228ad264d71806033060732b3 /nt/emacsclient.rc | |
parent | 3b180a24db6877b62fd11b6e82b0a4946e9322f6 (diff) | |
download | emacs-61a808e8197bb47dad1a78d7b032268482c45a9c.tar.gz |
Bump version to 23.2.emacs-23.2
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 705cae8db82..187e209e753 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,1,97,0 - PRODUCTVERSION 23,1,97,0 + FILEVERSION 23,2,0,0 + PRODUCTVERSION 23,2,0,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, 1, 97, 0\0" + VALUE "FileVersion", "23, 2, 0, 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, 1, 97, 0\0" + VALUE "ProductVersion", "23, 2, 0, 0\0" VALUE "OLESelfRegister", "\0" END END |