aboutsummaryrefslogtreecommitdiffstats
path: root/nt/emacsclient.rc
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2009-05-01 15:32:01 +0000
committerChong Yidong <[email protected]>2009-05-01 15:32:01 +0000
commitb336408c6ba14578e5a9e3c8161b8d5fa4a23499 (patch)
treed166348f45d240db6d16ec7103b7b782332f1384 /nt/emacsclient.rc
parent22ad8e8378e1f5d6da7578fe4cdb750b8c6e9694 (diff)
Bump version to 23.0.93.
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 3178040494..ccfe423145 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,92,0
- PRODUCTVERSION 23,0,92,0
+ FILEVERSION 23,0,93,0
+ PRODUCTVERSION 23,0,93,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, 92, 0\0"
+ VALUE "FileVersion", "23, 0, 93, 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, 92, 0\0"
+ VALUE "ProductVersion", "23, 0, 93, 0\0"
VALUE "OLESelfRegister", "\0"
END
END