Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdias committed Nov 13, 2020
1 parent 5c0cf53 commit b45d93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RS_ASIO/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BOOL APIENTRY DllMain( HMODULE hModule,
DisableThreadLibraryCalls(hModule);

rslog::InitLog();
rslog::info_ts() << " - Wrapper DLL loaded (v0.5.3)" << std::endl;
rslog::info_ts() << " - Wrapper DLL loaded (v0.5.4)" << std::endl;
PatchOriginalCode();
break;
case DLL_PROCESS_DETACH:
Expand Down

0 comments on commit b45d93a

Please sign in to comment.