We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6a5ca commit bad12efCopy full SHA for bad12ef
src/red4ext/src/main.cpp
@@ -24,7 +24,7 @@ RED4EXT_C_EXPORT void RED4EXT_CALL Query(RED4ext::PluginInfo* aInfo)
24
{
25
aInfo->name = L"DiscordRPC2";
26
aInfo->author = L"Marco4413";
27
- aInfo->version = RED4EXT_SEMVER(2, 0, 1);
+ aInfo->version = RED4EXT_SEMVER(2, 4, 0);
28
aInfo->runtime = RED4EXT_RUNTIME_LATEST;
29
aInfo->sdk = RED4EXT_SDK_LATEST;
30
}
0 commit comments