From: Hans Leidekker hans@codeweavers.com
--- dlls/fusion/version.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/fusion/version.rc b/dlls/fusion/version.rc index 06b7e1c5516..ab1394c578b 100644 --- a/dlls/fusion/version.rc +++ b/dlls/fusion/version.rc @@ -18,9 +18,9 @@
#define WINE_FILEDESCRIPTION_STR "Wine assembly manager" #define WINE_FILENAME_STR "fusion.dll" -#define WINE_FILEVERSION 2,0,50727,4016 -#define WINE_FILEVERSION_STR "2.0.50727.4016" -#define WINE_PRODUCTVERSION 2,0,50727,4016 -#define WINE_PRODUCTVERSION_STR "2.0.50727.4016" +#define WINE_FILEVERSION 4,6,1590,0 +#define WINE_FILEVERSION_STR "4.6.1590.0" +#define WINE_PRODUCTVERSION 4,6,1590,0 +#define WINE_PRODUCTVERSION_STR "4.6.1590.0"
#include "wine/wine_common_ver.rc"