Use the same version format for all DX dlls.

oldstable
Tom Wickline 2003-12-01 22:36:17 +00:00 committed by Alexandre Julliard
parent c3c33a042f
commit a66d2a2cbf
2 changed files with 9 additions and 6 deletions

View File

@ -28,6 +28,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define WINE_FILENAME_STR "devenum.dll"
#define WINE_FILEVERSION 6,3,1,881
#define WINE_FILEVERSION_STR "6.3.1.881"
#define WINE_PRODUCTVERSION 6,3,1,881
#define WINE_PRODUCTVERSION_STR "6.3"
#define WINE_PRODUCTNAME_STR "DirectX"
#include "wine/wine_common_ver.rc"

View File

@ -17,11 +17,11 @@
*/
#define WINE_FILEDESCRIPTION_STR "DMO Runtime"
#define WINE_FILENAME_STR "msdmo.dll"
#define WINE_FILEVERSION 6,3,1,400
#define WINE_FILEVERSION_STR "6.3.1.400"
#define WINE_PRODUCTVERSION 6,3,1,400
#define WINE_PRODUCTVERSION_STR "6.3.1.400"
#define WINE_PRODUCTNAME_STR "DirectShow"
#define WINE_FILENAME_STR "msdmo.dll"
#define WINE_FILEVERSION 6,3,1,400
#define WINE_FILEVERSION_STR "6.3.1.400"
#define WINE_PRODUCTVERSION 6,3,1,400
#define WINE_PRODUCTVERSION_STR "6.3"
#define WINE_PRODUCTNAME_STR "DirectX"
#include "wine/wine_common_ver.rc"