summaryrefslogtreecommitdiff
path: root/nt/emacsclient.rc
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-04-28 00:33:57 +0800
committerChong Yidong <cyd@gnu.org>2012-04-28 00:33:57 +0800
commit9723e05aa3a92b788da35a3f3b906fc1a9508fe5 (patch)
tree75658f6cc6c04c84b26b55b0b8ef51f75c9af1ec /nt/emacsclient.rc
parentc5bb756916baa63cc663d68d4c24e5ad33a764e8 (diff)
downloademacs-24.0.96.tar.gz
Bump version to 24.0.96.emacs-24.0.96
Regenerate AUTHORS and ldefs-boot.el.
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 f0543ea1a6e..4a6bfd15e55 100644
--- a/nt/emacsclient.rc
+++ b/nt/emacsclient.rc
@@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 24,0,95,0
- PRODUCTVERSION 24,0,95,0
+ FILEVERSION 24,0,96,0
+ PRODUCTVERSION 24,0,96,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", "24, 0, 95, 0\0"
+ VALUE "FileVersion", "24, 0, 96, 0\0"
VALUE "InternalName", "EmacsClient\0"
VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"
VALUE "OriginalFilename", "emacsclientw.exe"
VALUE "ProductName", "EmacsClient\0"
- VALUE "ProductVersion", "24, 0, 95, 0\0"
+ VALUE "ProductVersion", "24, 0, 96, 0\0"
VALUE "OLESelfRegister", "\0"
END
END