diff --git a/dlls/ddraw/version.rc b/dlls/ddraw/version.rc index 1bb03af9768..a13ccb14f38 100644 --- a/dlls/ddraw/version.rc +++ b/dlls/ddraw/version.rc @@ -18,10 +18,10 @@ #define WINE_FILEDESCRIPTION_STR "Wine DirectDraw" #define WINE_FILENAME_STR "ddraw.dll" -#define WINE_FILEVERSION 4,7,0,0 -#define WINE_FILEVERSION_STR "4.7.0.0" -#define WINE_PRODUCTVERSION 4,7,0,0 -#define WINE_PRODUCTVERSION_STR "4.7" +#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_PRODUCTNAME_STR "DirectX" #include "wine/wine_common_ver.rc"