We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476b206 commit 6c4bb68Copy full SHA for 6c4bb68
GH Injector Library/Tools.h
@@ -6,11 +6,11 @@
6
7
#define GH_INJ_MOD_NAME64W L"GH Injector - x64.dll"
8
#define GH_INJ_MOD_NAME86W L"GH Injector - x86.dll"
9
-#define GH_INJ_VERSIONW L"3.4"
+#define GH_INJ_VERSIONW L"4.0"
10
11
#define GH_INJ_MOD_NAME64A "GH Injector - x64.dll"
12
#define GH_INJ_MOD_NAME86A "GH Injector - x86.dll"
13
-#define GH_INJ_VERSIONA "3.4"
+#define GH_INJ_VERSIONA "4.0"
14
15
#ifdef _WIN64
16
#define GH_INJ_MOD_NAMEW GH_INJ_MOD_NAME64W
0 commit comments