| Index: src/engine/Main.cpp |
| =================================================================== |
| --- a/src/engine/Main.cpp |
| +++ b/src/engine/Main.cpp |
| @@ -10,6 +10,7 @@ |
| #include "../shared/Utils.h" |
| #include "../shared/Version.h" |
| #include "../shared/CriticalSection.h" |
| +#include "../shared/IE_version.h" |
| #include "AdblockPlus.h" |
| #include "Debug.h" |
| #include "Updater.h" |
| @@ -406,7 +407,7 @@ |
| #else |
| appInfo.application = "msie32"; |
| #endif |
| - // TODO: Set applicationVersion parameter |
| + appInfo.applicationVersion = ToUtf8String(AdblockPlus::IE::InstalledVersionString()); |
| appInfo.locale = ToUtf8String(locale); |
| #ifdef ADBLOCK_PLUS_TEST_MODE |
| appInfo.developmentBuild = true; |