iexplore: Sync registry and program resource values.

Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Austin English 2015-12-08 17:05:28 -06:00 committed by Alexandre Julliard
parent 1a7121b327
commit bda46cc6fd
1 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,10 @@
#define WINE_FILEDESCRIPTION_STR "Wine Internet Explorer"
#define WINE_FILENAME_STR "iexplore.exe"
#define WINE_FILEVERSION 6,0,2900,2180
#define WINE_FILEVERSION_STR "6.0.2900.2180"
#define WINE_PRODUCTVERSION 6,0,2900,2180
#define WINE_PRODUCTVERSION_STR "6.0.2900.2180"
#define WINE_FILEVERSION 9,0,8112,16421
#define WINE_FILEVERSION_STR "9.0.8112.16421"
#define WINE_PRODUCTVERSION 9,0,8112,16421
#define WINE_PRODUCTVERSION_STR "9.0.8112.16421"
#define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
#include "wine/wine_common_ver.rc"