user32: Bump version to XP values.

This commit is contained in:
Detlef Riekenberg 2009-10-23 15:02:47 +02:00 committed by Alexandre Julliard
parent 836ca78fd5
commit 6f6ce4a325
1 changed files with 6 additions and 1 deletions

View File

@ -20,8 +20,13 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define WINE_FILEVERSION_STR "1.0"
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
#define WINE_FILENAME_STR "user32.dll"
/* these values come from Windows XP SP2 */
#define WINE_FILEVERSION 5,1,2600,2180
#define WINE_FILEVERSION_STR "5.01.2600.2180"
#define WINE_PRODUCTVERSION 5,1,2600,2180
#define WINE_PRODUCTVERSION_STR "5.01.2600.2180"
#include "wine/wine_common_ver.rc"