ntoskrnl.exe: Update version resource.

This commit is contained in:
Louis Lenders 2011-10-22 19:19:04 +02:00 committed by Alexandre Julliard
parent 5adfd065bb
commit 066a649a77
1 changed files with 5 additions and 5 deletions

View File

@ -18,10 +18,10 @@
#define WINE_FILENAME_STR "ntoskrnl.exe"
/* Version as of Win XP SP3 */
#define WINE_FILEVERSION 5,1,2600,5657
#define WINE_FILEVERSION_STR "5.1.2600.5657"
#define WINE_PRODUCTVERSION 5,1,2600,5657
#define WINE_PRODUCTVERSION_STR "5.1.2600.5657"
/* Version as of Win 7 SP1 */
#define WINE_FILEVERSION 6,1,7601,17592
#define WINE_FILEVERSION_STR "6.1.7601.17592"
#define WINE_PRODUCTVERSION 6,1,7601,17592
#define WINE_PRODUCTVERSION_STR "6.1.7601.17592"
#include "wine/wine_common_ver.rc"