Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mdias committed Oct 2, 2022
1 parent c7b54de commit 2672523
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.6.2)" << std::endl;
rslog::info_ts() << " - Wrapper DLL loaded (v0.6.3)" << std::endl;
PatchOriginalCode();
break;
case DLL_PROCESS_DETACH:
Expand Down

0 comments on commit 2672523

Please sign in to comment.