summaryrefslogtreecommitdiff
path: root/plugins/ZamAutoSat
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/ZamAutoSat
parent759023b0a802603d1a3d1482d23cd564a0ea7850 (diff)
Set the proper version number for all plugins
Diffstat (limited to 'plugins/ZamAutoSat')
-rw-r--r--plugins/ZamAutoSat/ZamAutoSatPlugin.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ZamAutoSat/ZamAutoSatPlugin.hpp b/plugins/ZamAutoSat/ZamAutoSatPlugin.hpp
index 194527e..b9d714f 100644
--- a/plugins/ZamAutoSat/ZamAutoSatPlugin.hpp
+++ b/plugins/ZamAutoSat/ZamAutoSatPlugin.hpp
@@ -56,7 +56,7 @@ protected:
uint32_t getVersion() const noexcept override
{
- return 0x1000;
+ return d_version(3, 6, 1);
}
int64_t getUniqueId() const noexcept override