d3dx9_39: Fix version information.

oldstable
Rico Schüller 2009-01-26 21:42:42 +01:00 committed by Alexandre Julliard
parent bb7d245137
commit d5366eed92
1 changed files with 5 additions and 5 deletions

View File

@ -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"