diff options
Diffstat (limited to 'plugins/Exchange/src/exchange.cpp')
-rw-r--r-- | plugins/Exchange/src/exchange.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Exchange/src/exchange.cpp b/plugins/Exchange/src/exchange.cpp index ef36caeb6d..94b199adcf 100644 --- a/plugins/Exchange/src/exchange.cpp +++ b/plugins/Exchange/src/exchange.cpp @@ -33,7 +33,7 @@ CExchangeServer &exchangeServer = CExchangeServer(); PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
__PLUGIN_DISPLAY_NAME,
- VERSION,
+ __VERSION_DWORD,
__DESC,
__AUTHOR,
__AUTHOREMAIL,
|