Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zodiacon committed May 21, 2022
1 parent 9fb9f72 commit 04858ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions TotalPE/TotalPE.rc
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,2,5,0
PRODUCTVERSION 0,2,5,0
FILEVERSION 0,3,0,0
PRODUCTVERSION 0,3,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -317,13 +317,13 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Total PE - Examine PE Files"
VALUE "FileVersion", "0.2.5.0"
VALUE "FileDescription", "Total PE - Explore PE Files"
VALUE "FileVersion", "0.3.0.0"
VALUE "InternalName", "TotalPE"
VALUE "LegalCopyright", "�2022 Pavel Yosifovich"
VALUE "OriginalFilename", "TotalPE.exe"
VALUE "ProductName", "Total PE"
VALUE "ProductVersion", "0.2.5.0"
VALUE "ProductVersion", "0.3.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down Expand Up @@ -351,7 +351,7 @@ END

STRINGTABLE
BEGIN
IDR_MAINFRAME "Total PE v0.25"
IDR_MAINFRAME "Total PE v0.3"
IDS_TITLE "Total PE"
END

Expand Down

0 comments on commit 04858ee

Please sign in to comment.