plugin: bump major plugin version
The PluginBase object got modified during the new codebase development, and therefore we need to ensure that the current codebase doesn't try to load old plugins.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#define MM_PLUGIN_GENERIC_NAME "Generic"
|
||||
|
||||
#define MM_PLUGIN_MAJOR_VERSION 3
|
||||
#define MM_PLUGIN_MAJOR_VERSION 4
|
||||
#define MM_PLUGIN_MINOR_VERSION 0
|
||||
|
||||
#define MM_TYPE_PLUGIN (mm_plugin_get_type ())
|
||||
|
Reference in New Issue
Block a user