Skip to content

Commit c8d6cff

Browse files
committed
Bump version
1 parent 6a5f09d commit c8d6cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RS_ASIO/dllmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ BOOL APIENTRY DllMain( HMODULE hModule,
1919
DisableThreadLibraryCalls(hModule);
2020

2121
rslog::InitLog();
22-
rslog::info_ts() << " - Wrapper DLL loaded (v0.7.3d)" << std::endl;
22+
rslog::info_ts() << " - Wrapper DLL loaded (v0.7.4)" << std::endl;
2323
InitPatcher();
2424
PatchOriginalCode();
2525
break;

0 commit comments

Comments
 (0)