Module: wine Branch: refs/heads/master Commit: 4054c06e5518c81ba938405f75f465da8d229820 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4054c06e5518c81ba938405f...
Author: Vitaliy Margolen wine-patch@kievinfo.com Date: Sun May 21 00:01:24 2006 -0600
directx: Update file versions to dx9c (compared to win2k).
---
dlls/d3d8/version.rc | 8 ++++---- dlls/d3d9/version.rc | 8 ++++---- dlls/ddraw/version.rc | 8 ++++---- dlls/dmusic/version.rc | 8 ++++---- dlls/dplayx/version.rc | 8 ++++---- dlls/dsound/version.rc | 8 ++++---- 6 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/dlls/d3d8/version.rc b/dlls/d3d8/version.rc index 1b0c2a7..46d94af 100644 --- a/dlls/d3d8/version.rc +++ b/dlls/d3d8/version.rc @@ -18,9 +18,9 @@
#define WINE_FILEDESCRIPTION_STR "Wine Direct3D" #define WINE_FILENAME_STR "d3d8.dll" -#define WINE_FILEVERSION 5,3,0,900 -#define WINE_FILEVERSION_STR "5.3.0.900" -#define WINE_PRODUCTVERSION 5,3,0,900 -#define WINE_PRODUCTVERSION_STR "5.3.0.900" +#define WINE_FILEVERSION 5,3,1,904 +#define WINE_FILEVERSION_STR "5.3.1.904" +#define WINE_PRODUCTVERSION 5,3,1,904 +#define WINE_PRODUCTVERSION_STR "5.3.1.904"
#include "wine/wine_common_ver.rc" diff --git a/dlls/d3d9/version.rc b/dlls/d3d9/version.rc index c8f210a..e742abd 100644 --- a/dlls/d3d9/version.rc +++ b/dlls/d3d9/version.rc @@ -18,9 +18,9 @@
#define WINE_FILEDESCRIPTION_STR "Wine Direct3D" #define WINE_FILENAME_STR "d3d9.dll" -#define WINE_FILEVERSION 5,3,1,902 -#define WINE_FILEVERSION_STR "5.3.1.902" -#define WINE_PRODUCTVERSION 5,3,1,902 -#define WINE_PRODUCTVERSION_STR "5.3" +#define WINE_FILEVERSION 5,3,1,904 +#define WINE_FILEVERSION_STR "5.3.1.904" +#define WINE_PRODUCTVERSION 5,3,1,904 +#define WINE_PRODUCTVERSION_STR "5.3.1.904"
#include "wine/wine_common_ver.rc" diff --git a/dlls/ddraw/version.rc b/dlls/ddraw/version.rc index a756193..ce67a8a 100644 --- a/dlls/ddraw/version.rc +++ b/dlls/ddraw/version.rc @@ -19,9 +19,9 @@ #define WINE_OLESELFREGISTER #define WINE_FILEDESCRIPTION_STR "Wine DirectDraw" #define WINE_FILENAME_STR "ddraw.dll" -#define WINE_FILEVERSION 5,3,0,900 -#define WINE_FILEVERSION_STR "5.3.0.900" -#define WINE_PRODUCTVERSION 5,3,0,900 -#define WINE_PRODUCTVERSION_STR "5.3" +#define WINE_FILEVERSION 5,3,1,904 +#define WINE_FILEVERSION_STR "5.3.1.904" +#define WINE_PRODUCTVERSION 5,3,1,904 +#define WINE_PRODUCTVERSION_STR "5.3.1.904"
#include "wine/wine_common_ver.rc" diff --git a/dlls/dmusic/version.rc b/dlls/dmusic/version.rc index 9302c05..2643cde 100644 --- a/dlls/dmusic/version.rc +++ b/dlls/dmusic/version.rc @@ -19,9 +19,9 @@ #define WINE_OLESELFREGISTER #define WINE_FILEDESCRIPTION_STR "Wine DirectMusic" #define WINE_FILENAME_STR "dmusic.dll" -#define WINE_FILEVERSION 5,3,0,900 -#define WINE_FILEVERSION_STR "5.3.0.900" -#define WINE_PRODUCTVERSION 5,3,0,900 -#define WINE_PRODUCTVERSION_STR "5.3" +#define WINE_FILEVERSION 5,3,1,904 +#define WINE_FILEVERSION_STR "5.3.1.904" +#define WINE_PRODUCTVERSION 5,3,1,904 +#define WINE_PRODUCTVERSION_STR "5.3.1.904"
#include "wine/wine_common_ver.rc" diff --git a/dlls/dplayx/version.rc b/dlls/dplayx/version.rc index 4b0f15a..07bafb9 100644 --- a/dlls/dplayx/version.rc +++ b/dlls/dplayx/version.rc @@ -19,9 +19,9 @@ #define WINE_OLESELFREGISTER #define WINE_FILEDESCRIPTION_STR "Wine DirectPlay" #define WINE_FILENAME_STR "dplayx.dll" -#define WINE_FILEVERSION 5,3,0,900 -#define WINE_FILEVERSION_STR "5.3.0.900" -#define WINE_PRODUCTVERSION 5,3,0,900 -#define WINE_PRODUCTVERSION_STR "5.3" +#define WINE_FILEVERSION 5,3,1,904 +#define WINE_FILEVERSION_STR "5.3.1.904" +#define WINE_PRODUCTVERSION 5,3,1,904 +#define WINE_PRODUCTVERSION_STR "5.3.1.904"
#include "wine/wine_common_ver.rc" diff --git a/dlls/dsound/version.rc b/dlls/dsound/version.rc index a27e80c..008eb3c 100644 --- a/dlls/dsound/version.rc +++ b/dlls/dsound/version.rc @@ -19,9 +19,9 @@ #define WINE_OLESELFREGISTER #define WINE_FILEDESCRIPTION_STR "Wine DirectSound" #define WINE_FILENAME_STR "dsound.dll" -#define WINE_FILEVERSION 5,3,0,900 -#define WINE_FILEVERSION_STR "5.3.0.900" -#define WINE_PRODUCTVERSION 5,3,0,900 -#define WINE_PRODUCTVERSION_STR "5.3" +#define WINE_FILEVERSION 5,3,1,904 +#define WINE_FILEVERSION_STR "5.3.1.904" +#define WINE_PRODUCTVERSION 5,3,1,904 +#define WINE_PRODUCTVERSION_STR "5.3.1.904"
#include "wine/wine_common_ver.rc"