File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
GH Injector SM/GH Injector SM Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ BEGIN
6868 BLOCK "000904b0"
6969 BEGIN
7070 VALUE "CompanyName", "Guided Hacking"
71- VALUE "FileDescription", "Injection library for the GH Injector"
72- VALUE "FileVersion", "4.3 .0.2 "
71+ VALUE "FileDescription", "Injection library of the GH Injector"
72+ VALUE "FileVersion", "4.4 .0.0 "
7373 VALUE "LegalCopyright", "Broihon (C) 1987 - 2035"
7474 VALUE "ProductName", "GH Injection Library"
75- VALUE "ProductVersion", "4.3 .0.2 "
75+ VALUE "ProductVersion", "4.4 .0.0 "
7676 END
7777 END
7878 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 66
77#define GH_INJ_MOD_NAME64W L"GH Injector - x64.dll"
88#define GH_INJ_MOD_NAME86W L"GH Injector - x86.dll"
9- #define GH_INJ_VERSIONW L"4.3 "
9+ #define GH_INJ_VERSIONW L"4.4 "
1010
1111#define GH_INJ_MOD_NAME64A "GH Injector - x64.dll"
1212#define GH_INJ_MOD_NAME86A "GH Injector - x86.dll"
13- #define GH_INJ_VERSIONA "4.3 "
13+ #define GH_INJ_VERSIONA "4.4 "
1414
1515#ifdef _WIN64
1616#define GH_INJ_MOD_NAMEW GH_INJ_MOD_NAME64W
Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ BEGIN
6969 BEGIN
7070 VALUE "CompanyName", "Guided Hacking"
7171 VALUE "FileDescription", "Utility program for the GH Injector"
72- VALUE "FileVersion", "4.3 .0.0"
72+ VALUE "FileVersion", "4.4 .0.0"
7373 VALUE "LegalCopyright", "Broihon (C) 1987 - 2035"
7474 VALUE "ProductName", "GH StartMethod"
75- VALUE "ProductVersion", "4.3 .0.0"
75+ VALUE "ProductVersion", "4.4 .0.0"
7676 END
7777 END
7878 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments