Skip to content

Commit

Permalink
Version info
Browse files Browse the repository at this point in the history
(cherry picked from commit 6df6eee)
  • Loading branch information
dest1yo committed Jan 13, 2024
1 parent b708ef1 commit f2fa5c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/WraithXCOD/WraithXCOD/WraithXCOD.rc
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ IDI_CHECKMARK ICON "..\\..\\WraithX\\Resources\\Che
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,46,1,0
PRODUCTVERSION 1,46,1,0
FILEVERSION 1,46,2,0
PRODUCTVERSION 1,46,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -366,12 +366,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "DTZxPorter / Scobalula / dest1yo"
VALUE "FileDescription", "Greyhound"
VALUE "FileVersion", "1.46.1.0"
VALUE "FileVersion", "1.46.2.0"
VALUE "InternalName", "Greyhound"
VALUE "LegalCopyright", "Copyright (C) 2023 DTZxPorter / Scobalula / dest1yo"
VALUE "LegalCopyright", "Copyright (C) 2024 DTZxPorter / Scobalula / dest1yo"
VALUE "OriginalFilename", "Greyhound.exe"
VALUE "ProductName", "Greyhound"
VALUE "ProductVersion", "1.46.1.0"
VALUE "ProductVersion", "1.46.2.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit f2fa5c7

Please sign in to comment.