Skip to content

Commit

Permalink
vsmigx/vs_migraphx.cpp: cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Nov 2, 2024
1 parent afb834c commit f1b5ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsmigx/vs_migraphx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ VS_EXTERNAL_API(void) VapourSynthPluginInit(

auto getVersion = [](const VSMap *, VSMap * out, void *, VSCore *, const VSAPI *vsapi) {
vsapi->propSetData(out, "version", VERSION, -1, paReplace);

vsapi->propSetData(
out, "migraphx_version_build",
(std::to_string(MIGRAPHX_VERSION_MAJOR) +
Expand Down

0 comments on commit f1b5ab9

Please sign in to comment.