diff options
Diffstat (limited to 'plugins/CryptoPP/src/main.cpp')
-rw-r--r-- | plugins/CryptoPP/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/src/main.cpp b/plugins/CryptoPP/src/main.cpp index ae447897f6..62f800df51 100644 --- a/plugins/CryptoPP/src/main.cpp +++ b/plugins/CryptoPP/src/main.cpp @@ -2,7 +2,7 @@ int hLangpack;
LPCSTR szModuleName = MODULENAME;
-LPCSTR szVersionStr = MODULENAME" DLL ("__VERSION_STRING")";
+LPCSTR szVersionStr = MODULENAME" DLL ("__VERSION_STRING_DOTS")";
HINSTANCE g_hInst;
HANDLE hPGPPRIV = NULL;
|