Module: wine Branch: master Commit: 0f5fab24fcd31818dba5dbf2486f424a391cf638 URL: https://gitlab.winehq.org/wine/wine/-/commit/0f5fab24fcd31818dba5dbf2486f424...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Nov 16 10:24:03 2023 +0100
fusion: Bump version to 4.6.1590.0.
---
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"