diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-06-02 11:09:25 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-06-02 11:09:25 +0000 |
commit | 0d9acfe90fa6092cef3797a44558a6d9da0c1615 (patch) | |
tree | 09efb3f7a5cda1af467dd10391d56ea91eb806d7 /nt | |
parent | 7dfc4cda5df5732cc79ad4739bac13b55baae873 (diff) | |
download | emacs-0d9acfe90fa6092cef3797a44558a6d9da0c1615.tar.gz |
Increment version to 22.1.
Diffstat (limited to 'nt')
-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 55220b16b2e..053ce2d0e41 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc @@ -6,8 +6,8 @@ Emacs ICON icons\emacs.ico #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 22,0,990,0 - PRODUCTVERSION 22,0,990,0 + FILEVERSION 22,1,0,0 + PRODUCTVERSION 22,1,0,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -24,12 +24,12 @@ BEGIN BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" - VALUE "FileVersion", "22, 0, 990, 0\0" + VALUE "FileVersion", "22, 1, 0, 0\0" VALUE "InternalName", "Emacs\0" VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" - VALUE "ProductVersion", "22, 0, 990, 0\0" + VALUE "ProductVersion", "22, 1, 0, 0\0" VALUE "OLESelfRegister", "\0" END END |