diff --git a/RS_ASIO/dllmain.cpp b/RS_ASIO/dllmain.cpp index 559f3aa..e1ae88b 100644 --- a/RS_ASIO/dllmain.cpp +++ b/RS_ASIO/dllmain.cpp @@ -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;