Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdias committed Dec 31, 2024
1 parent a4f19df commit 4c890fb
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.7.2)" << std::endl;
rslog::info_ts() << " - Wrapper DLL loaded (v0.7.3d)" << std::endl;
InitPatcher();
PatchOriginalCode();
break;
Expand Down

0 comments on commit 4c890fb

Please sign in to comment.