Rico Schüller : d3dx9_39: Fix version information.

Alexandre Julliard julliard at winehq.org
Tue Jan 27 09:07:19 CST 2009


Module: wine
Branch: master
Commit: d5366eed921a8ae7295ec1fae59bc633a65b38c2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d5366eed921a8ae7295ec1fae59bc633a65b38c2

Author: Rico Schüller <kgbricola at web.de>
Date:   Mon Jan 26 21:42:42 2009 +0100

d3dx9_39: Fix version information.

---

 dlls/d3dx9_39/version.rc |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dlls/d3dx9_39/version.rc b/dlls/d3dx9_39/version.rc
index 3009eaf..234dcb9 100644
--- a/dlls/d3dx9_39/version.rc
+++ b/dlls/d3dx9_39/version.rc
@@ -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"




More information about the wine-cvs mailing list