Skip to content

Commit

Permalink
Use the current file version as supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
wopss committed Feb 29, 2024
1 parent ef8b31b commit 4b98940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dll/Image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ const RED4ext::SemVer& Image::GetProductVersion() const

const std::vector<RED4ext::FileVer> Image::GetSupportedVersions() const
{
return {RED4EXT_RUNTIME_LATEST};
return {m_fileVersion};
}

0 comments on commit 4b98940

Please sign in to comment.