summaryrefslogtreecommitdiff
path: root/nt/emacsclient.rc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-12-30 21:14:46 -0500
committerChong Yidong <cyd@stupidchicken.com>2009-12-30 21:14:46 -0500
commit829f35a5bb1a68526a3175542bad177420df1e1d (patch)
tree5248aea9d407131460adbf32d3a154f27ac9257b /nt/emacsclient.rc
parent7ee6c59b15451c40d5eec3844543391ee07f3afd (diff)
downloademacs-829f35a5bb1a68526a3175542bad177420df1e1d.tar.gz
Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el.emacs-pretest-23.1.91
Diffstat (limited to 'nt/emacsclient.rc')
-rw-r--r--nt/emacsclient.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc
index 2e1059dff77..6ae1f207ad1 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,90,0
- PRODUCTVERSION 23,1,90,0
+ FILEVERSION 23,1,91,0
+ PRODUCTVERSION 23,1,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, 1, 90, 0\0"
+ VALUE "FileVersion", "23, 1, 91, 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, 1, 90, 0\0"
+ VALUE "ProductVersion", "23, 1, 91, 0\0"
VALUE "OLESelfRegister", "\0"
END
END