diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-03-31 02:04:39 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-03-31 02:04:39 +0000 |
commit | 91e6d74d7bc02d5bc67469dfe629878e93bc86d2 (patch) | |
tree | 919e35a3229f40123039bb4ddb3c37c56e37002b /nt/emacsclient.rc | |
parent | 7b8065ba000c631107335f388ecebf2d306c306a (diff) | |
download | emacs-91e6d74d7bc02d5bc67469dfe629878e93bc86d2.tar.gz emacs-91e6d74d7bc02d5bc67469dfe629878e93bc86d2.tar.bz2 emacs-91e6d74d7bc02d5bc67469dfe629878e93bc86d2.zip |
Bump version to 23.0.92.
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 c1cf7f6d58f..31780404945 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,0,91,0 - PRODUCTVERSION 23,0,91,0 + FILEVERSION 23,0,92,0 + PRODUCTVERSION 23,0,92,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, 0, 91, 0\0" + VALUE "FileVersion", "23, 0, 92, 0\0" VALUE "InternalName", "EmacsClient\0" VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" - VALUE "ProductVersion", "23, 0, 91, 0\0" + VALUE "ProductVersion", "23, 0, 92, 0\0" VALUE "OLESelfRegister", "\0" END END |