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.
This commit is contained in:
Rob Shearman 2007-11-22 19:09:27 +00:00 committed by Alexandre Julliard
parent 6f917d49c1
commit f2efcf5f59
1 changed files with 1 additions and 1 deletions

View File

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