ntdll: Update version resource.
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9702de2002
commit
670622b8fb
|
@ -18,9 +18,9 @@
|
||||||
|
|
||||||
#define WINE_FILEDESCRIPTION_STR "Wine ntdll"
|
#define WINE_FILEDESCRIPTION_STR "Wine ntdll"
|
||||||
#define WINE_FILENAME_STR "ntdll.dll"
|
#define WINE_FILENAME_STR "ntdll.dll"
|
||||||
#define WINE_FILEVERSION 5,1,2600,2180
|
#define WINE_FILEVERSION 6,1,7601,24059
|
||||||
#define WINE_FILEVERSION_STR "5.1.2600.2180"
|
#define WINE_FILEVERSION_STR "6.1.7601.24059"
|
||||||
#define WINE_PRODUCTVERSION 5,1,2600,2180
|
#define WINE_PRODUCTVERSION 6,1,7601,24059
|
||||||
#define WINE_PRODUCTVERSION_STR "5.1.2600.2180"
|
#define WINE_PRODUCTVERSION_STR "6.1.7601.24059"
|
||||||
|
|
||||||
#include "wine/wine_common_ver.rc"
|
#include "wine/wine_common_ver.rc"
|
||||||
|
|
Loading…
Reference in New Issue