diff options
Diffstat (limited to 'src/modules/m_spy.cpp')
-rw-r--r-- | src/modules/m_spy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spy.cpp b/src/modules/m_spy.cpp index 1698b16e2..e47a91799 100644 --- a/src/modules/m_spy.cpp +++ b/src/modules/m_spy.cpp @@ -146,7 +146,7 @@ class ModuleSpy : public Module virtual Version GetVersion() { - return Version(1, 0, 0, 0, VF_VENDOR); + return Version(1, 0, 0, 0, VF_VENDOR, API_VERSION); } }; |