diff options
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 9f7fc6f14aa..479a228bb69 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc @@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 24,0,91,0 - PRODUCTVERSION 24,0,91,0 + FILEVERSION 24,0,92,0 + PRODUCTVERSION 24,0,92,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", "24, 0, 91, 0\0" + VALUE "FileVersion", "24, 0, 92, 0\0" VALUE "InternalName", "Emacs\0" VALUE "LegalCopyright", "Copyright (C) 2001-2011\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" - VALUE "ProductVersion", "24, 0, 91, 0\0" + VALUE "ProductVersion", "24, 0, 92, 0\0" VALUE "OLESelfRegister", "\0" END END |