Fixed some values.
This commit is contained in:
parent
37f5166bf4
commit
455cf6c3e4
|
@ -1562,10 +1562,10 @@ IDI_REGEDIT ICON DISCARDABLE regedit.ico
|
|||
#define WINE_FILENAME "REGEDIT"
|
||||
#define WINE_FILENAME_STR "REGEDIT.EXE"
|
||||
#define WINE_FILETYPE VFT_APP
|
||||
#define WINE_FILEVERSION 5,2,3790,1
|
||||
#define WINE_FILEVERSION_STR "5.2.3790.1"
|
||||
#define WINE_FILEVERSION 5,2,3790,0
|
||||
#define WINE_FILEVERSION_STR "5.2.3790.0"
|
||||
|
||||
#define WINE_PRODUCTVERSION 5,2,3790,1
|
||||
#define WINE_PRODUCTVERSION 5,2,3790,0
|
||||
#define WINE_PRODUCTVERSION_STR "5.2"
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
|
Loading…
Reference in New Issue