diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-06-21 04:46:07 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-06-21 04:46:07 +0000 |
commit | d7ae78c0311f7e286a1b542da30a2365276d317e (patch) | |
tree | cd6ba511130dd240d38d7794c993ace315060538 /nt | |
parent | adce950df340c7eb01ba11509a6de34e269395f8 (diff) | |
download | emacs-d7ae78c0311f7e286a1b542da30a2365276d317e.tar.gz |
Bump version to 23.1.50.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/emacs.rc | 8 | ||||
-rw-r--r-- | nt/emacsclient.rc | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/nt/emacs.rc b/nt/emacs.rc index bd9d20caf70..29855a9aa5b 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc @@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,0,95,0 - PRODUCTVERSION 23,0,95,0 + FILEVERSION 23,1,50,0 + PRODUCTVERSION 23,1,50,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -25,12 +25,12 @@ BEGIN BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" - VALUE "FileVersion", "23, 0, 95, 0\0" + VALUE "FileVersion", "23, 1, 50, 0\0" VALUE "InternalName", "Emacs\0" VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" - VALUE "ProductVersion", "23, 0, 95, 0\0" + VALUE "ProductVersion", "23, 1, 50, 0\0" VALUE "OLESelfRegister", "\0" END END diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index 76312a5a265..3227753855b 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,95,0 - PRODUCTVERSION 23,0,95,0 + FILEVERSION 23,1,50,0 + PRODUCTVERSION 23,1,50,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, 95, 0\0" + VALUE "FileVersion", "23, 1, 50, 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, 95, 0\0" + VALUE "ProductVersion", "23, 1, 50, 0\0" VALUE "OLESelfRegister", "\0" END END |