Skip to content

Commit

Permalink
free upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Mar 20, 2024
1 parent 8ecf327 commit cffa097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/red4ext/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ RED4EXT_C_EXPORT void RED4EXT_CALL Query(RED4ext::PluginInfo *aInfo) {
aInfo->name = L"In-World Navigation";
aInfo->author = L"Jack Humbert";
aInfo->version = RED4EXT_SEMVER(MOD_VERSION_MAJOR, MOD_VERSION_MINOR, MOD_VERSION_PATCH);
aInfo->runtime = RED4EXT_V0_FILEVER(GAME_VERSION_MAJOR, GAME_VERSION_MINOR, GAME_VERSION_BUILD, GAME_VERSION_PRIVATE);
// aInfo->runtime = RED4EXT_V0_FILEVER(GAME_VERSION_MAJOR, GAME_VERSION_MINOR, GAME_VERSION_BUILD, GAME_VERSION_PRIVATE);
aInfo->runtime = RED4EXT_RUNTIME_INDEPENDENT;
aInfo->sdk = RED4EXT_SDK_LATEST;
}

Expand Down

0 comments on commit cffa097

Please sign in to comment.