summaryrefslogtreecommitdiff
path: root/plugins/ZamGate
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2015-11-30 11:53:49 +0100
committerfalkTX <falktx@gmail.com>2015-11-30 11:53:49 +0100
commit286885f727c37dba1caf56f3bce8afe550aee7d8 (patch)
tree5121656039ce25cf0e2a59d867458f1c8965902e /plugins/ZamGate
parent759023b0a802603d1a3d1482d23cd564a0ea7850 (diff)
Set the proper version number for all plugins
Diffstat (limited to 'plugins/ZamGate')
-rw-r--r--plugins/ZamGate/ZamGatePlugin.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ZamGate/ZamGatePlugin.hpp b/plugins/ZamGate/ZamGatePlugin.hpp
index f80f3e2..aaf1890 100644
--- a/plugins/ZamGate/ZamGatePlugin.hpp
+++ b/plugins/ZamGate/ZamGatePlugin.hpp
@@ -64,7 +64,7 @@ protected:
uint32_t getVersion() const noexcept override
{
- return 0x1000;
+ return d_version(3, 6, 1);
}
int64_t getUniqueId() const noexcept override