Skip to content

Commit 6c12518

Browse files
committed
Up version
1 parent 7d9b4b9 commit 6c12518

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.0)" << std::endl;
22+
rslog::info_ts() << " - Wrapper DLL loaded (v0.7.1)" << std::endl;
2323
PatchOriginalCode();
2424
break;
2525
case DLL_PROCESS_DETACH:

0 commit comments

Comments
 (0)