Rob Shearman : comctl32: Update the version in the created version to the highest current version present on XP .

Alexandre Julliard julliard at winehq.org
Mon Nov 26 08:16:16 CST 2007


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

Author: Rob Shearman <rob at codeweavers.com>
Date:   Thu Nov 22 19:09:27 2007 +0000

comctl32: Update the version in the created version to the highest current version present on XP.

We don't need to create more than one because application dependencies 
can be resolved using shared assemblies with higher build and revision 
numbers.

---

 dlls/comctl32/commctrl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/commctrl.c b/dlls/comctl32/commctrl.c
index 0f8ad19..4604c0e 100644
--- a/dlls/comctl32/commctrl.c
+++ b/dlls/comctl32/commctrl.c
@@ -74,7 +74,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(commctrl);
 
 #define NAME       "microsoft.windows.common-controls"
 #define FILE       "comctl32.dll"
-#define VERSION    "6.0.0.0"
+#define VERSION    "6.0.2600.2982"
 #define PUBLIC_KEY "6595b64144ccf1df"
 
 #ifdef __i386__




More information about the wine-cvs mailing list