diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-03-07 16:46:49 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-03-07 16:46:49 +0000 |
commit | 6dc48f1415b2c5756b937648bd32bab4003cb42a (patch) | |
tree | 9bd77f58723a4db19e2c4b3ea4827b24234cf9a0 /nt | |
parent | 7ed195b4daa40f4c23c0c9ad1ae34e9958bbfd3a (diff) | |
download | emacs-6dc48f1415b2c5756b937648bd32bab4003cb42a.tar.gz |
Bump to version 22.1.92emacs-pretest-22.1.92
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 9e901c38244..dc700ca3c44 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc @@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 22,1,91,0 - PRODUCTVERSION 22,1,91,0 + FILEVERSION 22,1,92,0 + PRODUCTVERSION 22,1,92,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -25,12 +25,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, 1, 91, 0\0" + VALUE "FileVersion", "22, 1, 92, 0\0" VALUE "InternalName", "Emacs\0" VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" - VALUE "ProductVersion", "22, 1, 91, 0\0" + VALUE "ProductVersion", "22, 1, 92, 0\0" VALUE "OLESelfRegister", "\0" END END |