diff --git a/programs/msiexec/version.rc b/programs/msiexec/version.rc index 64be1378e10..60ae673af7e 100644 --- a/programs/msiexec/version.rc +++ b/programs/msiexec/version.rc @@ -18,10 +18,11 @@ #define WINE_FILEDESCRIPTION_STR "Wine Installer" #define WINE_FILENAME_STR "msiexec.exe" -#define WINE_FILEVERSION 2,0,2600,1183 -#define WINE_FILEVERSION_STR "2.0.2600.1183" -#define WINE_PRODUCTVERSION 2,0,2600,1183 -#define WINE_PRODUCTVERSION_STR "2.0.2600.1183" +#define WINE_FILETYPE VFT_APP +#define WINE_FILEVERSION 3,1,4000,1823 +#define WINE_FILEVERSION_STR "3.1.4000.1823" +#define WINE_PRODUCTVERSION 3,1,4000,1823 +#define WINE_PRODUCTVERSION_STR "3.1.4000.1823" #define WINE_PRODUCTNAME_STR "Wine Installer" #include "wine/wine_common_ver.rc"