Skip to content

Commit

Permalink
New version info
Browse files Browse the repository at this point in the history
(cherry picked from commit 06bbc85)
  • Loading branch information
dest1yo committed Jan 27, 2024
1 parent 9cb16f6 commit 6c487cc
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 @@ -53,7 +53,7 @@ END
IDD_MAINDIALOG DIALOGEX 0, 0, 510, 290
STYLE DS_SETFONT | DS_FIXEDSYS | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
EXSTYLE WS_EX_ACCEPTFILES
CAPTION "Greyhound"
CAPTION "Greyhound v1.46.3.0"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "",IDC_ASSETLIST,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | LVS_OWNERDATA | WS_BORDER | WS_TABSTOP,7,25,495,235
Expand Down Expand Up @@ -348,8 +348,8 @@ IDI_CHECKMARK ICON "..\\..\\WraithX\\Resources\\Che
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,46,2,0
PRODUCTVERSION 1,46,2,0
FILEVERSION 1,46,3,0
PRODUCTVERSION 1,46,3,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.2.0"
VALUE "FileVersion", "1.46.3.0"
VALUE "InternalName", "Greyhound"
VALUE "LegalCopyright", "Copyright (C) 2024 DTZxPorter / Scobalula / dest1yo"
VALUE "OriginalFilename", "Greyhound.exe"
VALUE "ProductName", "Greyhound"
VALUE "ProductVersion", "1.46.2.0"
VALUE "ProductVersion", "1.46.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 6c487cc

Please sign in to comment.