Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdias committed Jan 16, 2021
1 parent 233209d commit e5fa737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RS_ASIO/dllmain.cpp
Expand Up @@ -19,7 +19,7 @@ BOOL APIENTRY DllMain( HMODULE hModule,
DisableThreadLibraryCalls(hModule);

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

0 comments on commit e5fa737

Please sign in to comment.