Skip to content

Commit 4c890fb

Browse files
committed
Bump version
1 parent a4f19df commit 4c890fb

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.2)" << std::endl;
22+
rslog::info_ts() << " - Wrapper DLL loaded (v0.7.3d)" << std::endl;
2323
InitPatcher();
2424
PatchOriginalCode();
2525
break;

0 commit comments

Comments
 (0)