Skip to content

Commit

Permalink
Use version independent runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
wopss committed Feb 29, 2024
1 parent f9fa1a5 commit 4feaad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RED4EXT_C_EXPORT void RED4EXT_CALL Query(RED4ext::PluginInfo* aInfo)
aInfo->name = L"RED4.RTTIDumper";
aInfo->author = L"WopsS";
aInfo->version = RED4EXT_SEMVER(1, 0, 0);
aInfo->runtime = RED4EXT_RUNTIME_LATEST;
aInfo->runtime = RED4EXT_RUNTIME_INDEPENDENT;
aInfo->sdk = RED4EXT_SDK_LATEST;
}

Expand Down

0 comments on commit 4feaad1

Please sign in to comment.