Unverified Commit 6dc96db7 authored by Artur Wojcik's avatar Artur Wojcik Committed by GitHub
Browse files

fix get_version() (#2424)

parent 05211952
......@@ -63,7 +63,7 @@ inline std::string get_version()
{
return "MIGraphX Version: " + std::to_string(MIGRAPHX_VERSION_MAJOR) + "." +
std::to_string(MIGRAPHX_VERSION_MINOR) + "." + std::to_string(MIGRAPHX_VERSION_PATCH) +
"." + MIGRAPHX_STRINGIZE(MIGRAPHX_VERSION_TWEAK);
"." MIGRAPHX_VERSION_TWEAK;
}
struct loader
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment