update version to 0.3.0
This commit is contained in:
parent
4e83cb165a
commit
b387046fe5
1 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "rdr2view.exe.manifest"
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 0, 2, 0, 0
|
FILEVERSION 0, 3, 0, 0
|
||||||
PRODUCTVERSION 0, 2, 0, 0
|
PRODUCTVERSION 0, 3, 0, 0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
FILEFLAGS 0
|
FILEFLAGS 0
|
||||||
FILEOS VOS_NT_WINDOWS32
|
FILEOS VOS_NT_WINDOWS32
|
||||||
|
@ -25,12 +25,12 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Syping"
|
VALUE "CompanyName", "Syping"
|
||||||
VALUE "FileDescription", "rdr2view"
|
VALUE "FileDescription", "rdr2view"
|
||||||
VALUE "FileVersion", "0.2.0"
|
VALUE "FileVersion", "0.3.0"
|
||||||
VALUE "InternalName", "rdr2view"
|
VALUE "InternalName", "rdr2view"
|
||||||
VALUE "LegalCopyright", "Copyright © 2016-2020 Syping"
|
VALUE "LegalCopyright", "Copyright © 2016-2020 Syping"
|
||||||
VALUE "OriginalFilename", "rdr2view.exe"
|
VALUE "OriginalFilename", "rdr2view.exe"
|
||||||
VALUE "ProductName", "rdr2view"
|
VALUE "ProductName", "rdr2view"
|
||||||
VALUE "ProductVersion", "0.2.0"
|
VALUE "ProductVersion", "0.3.0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
Loading…
Reference in a new issue