Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdias committed Jan 19, 2025
1 parent 6a5f09d commit c8d6cff
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.3d)" << std::endl;
rslog::info_ts() << " - Wrapper DLL loaded (v0.7.4)" << std::endl;
InitPatcher();
PatchOriginalCode();
break;
Expand Down

0 comments on commit c8d6cff

Please sign in to comment.