diff --git a/dlls/d3d9/version.rc b/dlls/d3d9/version.rc index 61e3d1bdc77..8ea5e7b3991 100644 --- a/dlls/d3d9/version.rc +++ b/dlls/d3d9/version.rc @@ -18,10 +18,10 @@ #define WINE_FILEDESCRIPTION_STR "Wine Direct3D" #define WINE_FILENAME_STR "d3d9.dll" -#define WINE_FILEVERSION 4,8,1,881 -#define WINE_FILEVERSION_STR "4.8.1.881" -#define WINE_PRODUCTVERSION 4,8,1,881 -#define WINE_PRODUCTVERSION_STR "4.8" +#define WINE_FILEVERSION 4,9,0,900 +#define WINE_FILEVERSION_STR "4.9.0.900" +#define WINE_PRODUCTVERSION 4,9,0,900 +#define WINE_PRODUCTVERSION_STR "4.9" #define WINE_PRODUCTNAME_STR "DirectX" #include "wine/wine_common_ver.rc"