diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-04-02 20:42:10 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-04-02 20:42:10 -0400 |
commit | d86d8ea85a165558eb06fe16ffdf24c06886e7b4 (patch) | |
tree | 11d5e9077a36e214b94be23fb3d474fa3ef7353f /nt/emacsclient.rc | |
parent | c8f19d81022a1f17cd14d1553a9c063f4eabe3c2 (diff) | |
download | emacs-d86d8ea85a165558eb06fe16ffdf24c06886e7b4.tar.gz |
Bump version to 23.1.95.emacs-pretest-23.1.95
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 eaaf6f8049d..20b764cc352 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,94,0 - PRODUCTVERSION 23,1,94,0 + FILEVERSION 23,1,95,0 + PRODUCTVERSION 23,1,95,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, 94, 0\0" + VALUE "FileVersion", "23, 1, 95, 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, 94, 0\0" + VALUE "ProductVersion", "23, 1, 95, 0\0" VALUE "OLESelfRegister", "\0" END END |