d3dx9_38: Fix version information.

oldstable
Rico Schüller 2009-01-26 21:42:42 +01:00 committed by Alexandre Julliard
parent e1d9a793be
commit bb7d245137
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_38.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,23,949,2378
#define WINE_FILEVERSION_STR "9.23.949.2378"
#define WINE_PRODUCTVERSION 9,23,949,2378
#define WINE_PRODUCTVERSION_STR "9.23.949.2378"
#include "wine/wine_common_ver.rc"