Commit bb7d2451 authored by Rico Schüller's avatar Rico Schüller Committed by Alexandre Julliard

d3dx9_38: Fix version information.

parent e1d9a793
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment