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.
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 @@
 
 #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__