regsvr32: Update program version.
This commit is contained in:
parent
da9fa9e80c
commit
37d5149ea5
|
@ -53,10 +53,10 @@ Options:\n\
|
|||
#define WINE_FILEDESCRIPTION_STR "Wine Register Server"
|
||||
#define WINE_FILENAME_STR "REGSVR32.EXE"
|
||||
#define WINE_FILETYPE VFT_APP
|
||||
#define WINE_FILEVERSION 5,0,1586,1
|
||||
#define WINE_FILEVERSION_STR "5.0.1586.1"
|
||||
#define WINE_FILEVERSION 5,1,2600,2180
|
||||
#define WINE_FILEVERSION_STR "5.1.2600.2180"
|
||||
|
||||
#define WINE_PRODUCTVERSION 5,0,1586,1
|
||||
#define WINE_PRODUCTVERSION_STR "5.0"
|
||||
#define WINE_PRODUCTVERSION 5,1,2600,2180
|
||||
#define WINE_PRODUCTVERSION_STR "5.1"
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
|
Loading…
Reference in New Issue