diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-02-28 22:29:00 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-02-28 22:29:00 -0500 |
commit | 22770c84d5acd892c6a3302790f92f37f600c93e (patch) | |
tree | 07ce16ff4e3c478d0a91cbbf93621563c1fa0c12 /nt/emacs.rc | |
parent | d1f61aaf6f0b6a2cf2bbb7eaf5631f8b580568d4 (diff) | |
download | emacs-22770c84d5acd892c6a3302790f92f37f600c93e.tar.gz |
Release logs for 23.3 release.
Regenerate configure and other release files.
Diffstat (limited to 'nt/emacs.rc')
-rw-r--r-- | nt/emacs.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nt/emacs.rc b/nt/emacs.rc index d370bff1633..540781c2b8e 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,2,94,0 - PRODUCTVERSION 23,2,94,0 + FILEVERSION 23,3,0,0 + PRODUCTVERSION 23,3,0,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, 2, 94, 0\0" + VALUE "FileVersion", "23, 3, 0, 0\0" VALUE "InternalName", "Emacs\0" VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" - VALUE "ProductVersion", "23, 2, 94, 0\0" + VALUE "ProductVersion", "23, 3, 0, 0\0" VALUE "OLESelfRegister", "\0" END END |