Rico Schüller : d3dx9_39: Fix version information.
Module: wine Branch: master Commit: d5366eed921a8ae7295ec1fae59bc633a65b38c2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d5366eed921a8ae7295ec1fae5... Author: Rico Schüller <kgbricola(a)web.de> Date: Mon Jan 26 21:42:42 2009 +0100 d3dx9_39: Fix version information. --- dlls/d3dx9_39/version.rc | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dlls/d3dx9_39/version.rc b/dlls/d3dx9_39/version.rc index 3009eaf..234dcb9 100644 --- a/dlls/d3dx9_39/version.rc +++ b/dlls/d3dx9_39/version.rc @@ -17,10 +17,10 @@ */ #define WINE_FILEDESCRIPTION_STR "Wine D3DX9" -#define WINE_FILENAME_STR "d3dx9_39.dll" -#define WINE_FILEVERSION 9,22,949,2248 -#define WINE_FILEVERSION_STR "9.22.949.2248" -#define WINE_PRODUCTVERSION 9,22,949,2248 -#define WINE_PRODUCTVERSION_STR "9.22.949.2248" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,24,949,2307 +#define WINE_FILEVERSION_STR "9.24.949.2307" +#define WINE_PRODUCTVERSION 9,24,949,2307 +#define WINE_PRODUCTVERSION_STR "9.24.949.2307" #include "wine/wine_common_ver.rc"
participants (1)
-
Alexandre Julliard