d3dx9_39: Fix version information.
This commit is contained in:
parent
bb7d245137
commit
d5366eed92
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue