Skip to content

Commit

Permalink
Updated version numbers to V4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Broihon committed Aug 8, 2021
1 parent d9a8a19 commit 6f1796f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions GH Injector Library/GH Injector Library.rc
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ BEGIN
BLOCK "000904b0"
BEGIN
VALUE "CompanyName", "Guided Hacking"
VALUE "FileDescription", "Injection library for the GH Injector"
VALUE "FileVersion", "4.3.0.2"
VALUE "FileDescription", "Injection library of the GH Injector"
VALUE "FileVersion", "4.4.0.0"
VALUE "LegalCopyright", "Broihon (C) 1987 - 2035"
VALUE "ProductName", "GH Injection Library"
VALUE "ProductVersion", "4.3.0.2"
VALUE "ProductVersion", "4.4.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions GH Injector Library/Tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

#define GH_INJ_MOD_NAME64W L"GH Injector - x64.dll"
#define GH_INJ_MOD_NAME86W L"GH Injector - x86.dll"
#define GH_INJ_VERSIONW L"4.3"
#define GH_INJ_VERSIONW L"4.4"

#define GH_INJ_MOD_NAME64A "GH Injector - x64.dll"
#define GH_INJ_MOD_NAME86A "GH Injector - x86.dll"
#define GH_INJ_VERSIONA "4.3"
#define GH_INJ_VERSIONA "4.4"

#ifdef _WIN64
#define GH_INJ_MOD_NAMEW GH_INJ_MOD_NAME64W
Expand Down
4 changes: 2 additions & 2 deletions GH Injector SM/GH Injector SM/GH Injector SM.rc
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Guided Hacking"
VALUE "FileDescription", "Utility program for the GH Injector"
VALUE "FileVersion", "4.3.0.0"
VALUE "FileVersion", "4.4.0.0"
VALUE "LegalCopyright", "Broihon (C) 1987 - 2035"
VALUE "ProductName", "GH StartMethod"
VALUE "ProductVersion", "4.3.0.0"
VALUE "ProductVersion", "4.4.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 6f1796f

Please sign in to comment.